Packages

abstract class KafkaTestKitClass extends KafkaTestKit

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaTestKitClass
  2. KafkaTestKit
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KafkaTestKitClass(system: ActorSystem, bootstrapServers: String)

Abstract Value Members

  1. abstract def log: Logger
    Definition Classes
    KafkaTestKit

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DefaultKey: String
    Definition Classes
    KafkaTestKit
  5. def adminClient: AdminClient

    Access to the Kafka AdminClient which life

    Access to the Kafka AdminClient which life

    Definition Classes
    KafkaTestKit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bootstrapServers: String
    Definition Classes
    KafkaTestKitClassKafkaTestKit
  8. def cleanUpAdminClient(): Unit

    Close internal admin client instances.

    Close internal admin client instances.

    Definition Classes
    KafkaTestKit
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  10. def committerDefaults: CommitterSettings
    Definition Classes
    KafkaTestKit
  11. def consumerDefaults: ConsumerSettings[String, String]
    Definition Classes
    KafkaTestKit
  12. def createGroupId(suffix: Int): String

    Return a unique group id with a given suffix.

    Return a unique group id with a given suffix.

    Definition Classes
    KafkaTestKit
  13. def createGroupId(): String

    Return a unique group id with a default suffix.

    Return a unique group id with a default suffix.

    Definition Classes
    KafkaTestKit
  14. def createTopic(suffix: Int, partitions: Int, replication: Int): String

    Create a topic with given suffix, partition number and replication factor.

    Create a topic with given suffix, partition number and replication factor.

    This method will block and return only when the topic has been successfully created.

    Definition Classes
    KafkaTestKit
  15. def createTopic(suffix: Int, partitions: Int): String

    Create a topic with a given suffix, partition number and a replication factor of one.

    Create a topic with a given suffix, partition number and a replication factor of one.

    This method will block and return only when the topic has been successfully created.

    Definition Classes
    KafkaTestKit
  16. def createTopic(suffix: Int): String

    Create a topic with a given suffix, single partitions and a replication factor of one.

    Create a topic with a given suffix, single partitions and a replication factor of one.

    This method will block and return only when the topic has been successfully created.

    Definition Classes
    KafkaTestKit
  17. def createTopic(): String

    Create a topic with a default suffix, single partition and a replication factor of one.

    Create a topic with a default suffix, single partition and a replication factor of one.

    This method will block and return only when the topic has been successfully created.

    Definition Classes
    KafkaTestKit
  18. def createTopicName(suffix: Int): String

    Return a unique topic name.

    Return a unique topic name.

    Definition Classes
    KafkaTestKit
  19. def createTransactionalId(suffix: Int): String

    Return a unique transactional id with a given suffix.

    Return a unique transactional id with a given suffix.

    Definition Classes
    KafkaTestKit
  20. def createTransactionalId(): String

    Return a unique transactional id with a default suffix.

    Return a unique transactional id with a default suffix.

    Definition Classes
    KafkaTestKit
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def producerDefaults: ProducerSettings[String, String]
    Definition Classes
    KafkaTestKit
  30. def setUpAdminClient(): Unit

    Create internal admin clients.

    Create internal admin clients. Gives access to adminClient, be sure to call cleanUpAdminClient after the tests are done.

    Definition Classes
    KafkaTestKit
  31. val settings: KafkaTestkitSettings
    Definition Classes
    KafkaTestKit
  32. def sleepMillis(ms: Long, msg: String): Unit
    Definition Classes
    KafkaTestKit
  33. def sleepSeconds(s: Int, msg: String): Unit
    Definition Classes
    KafkaTestKit
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. val system: ActorSystem
    Definition Classes
    KafkaTestKitClassKafkaTestKit
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from KafkaTestKit

Inherited from AnyRef

Inherited from Any

Ungrouped