Annotation Interface TopicReplicationFactor


@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface TopicReplicationFactor
Used to specify the replication factor of a Topic injected into a test as field or parameter by the KafkaClusterExtension.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    short
    The topic replication factor.
  • Element Details

    • value

      short value
      The topic replication factor.
      Returns:
      topic replication factor.