Class

akka.kafka.testkit.javadsl

TestcontainersKafkaTest

Related Doc: package javadsl

Permalink

abstract class TestcontainersKafkaTest extends KafkaTest

Source
TestcontainersKafkaTest.java
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestcontainersKafkaTest
  2. KafkaTest
  3. BaseKafkaTest
  4. KafkaTestKitClass
  5. KafkaTestKit
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TestcontainersKafkaTest(system: ActorSystem, mat: Materializer, settings: KafkaTestkitTestcontainersSettings)

    Permalink
    Attributes
    protected[akka.kafka.testkit.javadsl]
  2. new TestcontainersKafkaTest(system: ActorSystem, settings: KafkaTestkitTestcontainersSettings)

    Permalink
    Attributes
    protected[akka.kafka.testkit.javadsl]
  3. new TestcontainersKafkaTest(system: ClassicActorSystemProvider)

    Permalink
    Attributes
    protected[akka.kafka.testkit.javadsl]
  4. new TestcontainersKafkaTest(system: ActorSystem, mat: Materializer)

    Permalink
    Attributes
    protected[akka.kafka.testkit.javadsl]

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DefaultKey: String

    Permalink
    Definition Classes
    KafkaTestKit
  5. val StringDeserializer: StringDeserializer

    Permalink
    Definition Classes
    KafkaTestKit
  6. val StringSerializer: StringSerializer

    Permalink
    Definition Classes
    KafkaTestKit
  7. def adminClient: AdminClient

    Permalink

    Access to the Kafka AdminClient which life

    Access to the Kafka AdminClient which life

    Definition Classes
    KafkaTestKit
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val bootstrapServers: String

    Permalink
    Definition Classes
    KafkaTestKitClassKafkaTestKit
  10. def checkForStageLeaks(): Unit

    Permalink
    Definition Classes
    KafkaTest
  11. def cleanUpAdmin(): Unit

    Permalink
    Definition Classes
    KafkaTest
  12. def cleanUpAdminClient(): Unit

    Permalink

    Close internal admin client instances.

    Close internal admin client instances.

    Definition Classes
    KafkaTestKit
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def committerDefaults: CommitterSettings

    Permalink
    Definition Classes
    KafkaTestKit
  15. def consume[K, V](topic: String, take: Long, keyDeserializer: Deserializer[K], valueDeserializer: Deserializer[V]): DrainingControl[List[ConsumerRecord[K, V]]]

    Permalink
    Attributes
    protected[akka.kafka.testkit.javadsl]
    Definition Classes
    BaseKafkaTest
  16. def consumeString(topic: String, take: Long): DrainingControl[List[ConsumerRecord[String, String]]]

    Permalink
    Attributes
    protected[akka.kafka.testkit.javadsl]
    Definition Classes
    BaseKafkaTest
  17. def consumerDefaults[K, V](keyDeserializer: Deserializer[K], valueDeserializer: Deserializer[V]): ConsumerSettings[K, V]

    Permalink
    Definition Classes
    KafkaTestKit
  18. def consumerDefaults: ConsumerSettings[String, String]

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

    Permalink

    Return a unique group id with a given suffix.

    Return a unique group id with a given suffix.

    Definition Classes
    KafkaTestKit
  20. def createGroupId(): String

    Permalink

    Return a unique group id with a default suffix.

    Return a unique group id with a default suffix.

    Definition Classes
    KafkaTestKit
  21. def createTopic(suffix: Int, partitions: Int, replication: Int, config: Map[String, String]): String

    Permalink

    Java Api

    Java Api

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

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

    Definition Classes
    KafkaTestKit
  22. def createTopic(suffix: Int, partitions: Int, replication: Int, config: Map[String, String]): String

    Permalink

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

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

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

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

    Permalink

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

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

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

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

    Permalink

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

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

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

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

    Permalink

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

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

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

    Definition Classes
    KafkaTestKit
  26. def createTopic(): String

    Permalink

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

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

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

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

    Permalink

    Return a unique topic name.

    Return a unique topic name.

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

    Permalink

    Return a unique transactional id with a given suffix.

    Return a unique transactional id with a given suffix.

    Definition Classes
    KafkaTestKit
  29. def createTransactionalId(): String

    Permalink

    Return a unique transactional id with a default suffix.

    Return a unique transactional id with a default suffix.

    Definition Classes
    KafkaTestKit
  30. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  34. def getSchemaRegistryUrl(): String

    Permalink
    Attributes
    protected[akka.kafka.testkit.javadsl]
  35. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. def log(): Logger

    Permalink
    Definition Classes
    BaseKafkaTestKafkaTestKit
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def produce[K, V](topic: String, keySerializer: Serializer[K], valueSerializer: Serializer[V], messages: <repeated...>[Pair[K, V]]): CompletionStage[Done]

    Permalink
    Attributes
    protected[akka.kafka.testkit.javadsl]
    Definition Classes
    BaseKafkaTest
  42. def produceString(topic: String, message: String): CompletionStage[Done]

    Permalink
    Attributes
    protected[akka.kafka.testkit.javadsl]
    Definition Classes
    BaseKafkaTest
  43. def produceString(topic: String, messageCount: Int, partition: Int): CompletionStage[Done]

    Permalink
    Attributes
    protected[akka.kafka.testkit.javadsl]
    Definition Classes
    BaseKafkaTest
  44. def producerDefaults[K, V](keySerializer: Serializer[K], valueSerializer: Serializer[V]): ProducerSettings[K, V]

    Permalink
    Definition Classes
    KafkaTestKit
  45. def producerDefaults: ProducerSettings[String, String]

    Permalink
    Definition Classes
    KafkaTestKit
  46. def resultOf[T](stage: CompletionStage[T], timeout: Duration): T

    Permalink
    Attributes
    protected[akka.kafka.testkit.javadsl]
    Definition Classes
    BaseKafkaTest
  47. def resultOf[T](stage: CompletionStage[T]): T

    Permalink
    Attributes
    protected[akka.kafka.testkit.javadsl]
    Definition Classes
    BaseKafkaTest
  48. def resultOfTimeout(): Duration

    Permalink
    Attributes
    protected[akka.kafka.testkit.javadsl]
    Definition Classes
    BaseKafkaTest
  49. def setUpAdminClient(): Unit

    Permalink

    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
  50. val settings: KafkaTestkitSettings

    Permalink
    Definition Classes
    KafkaTestKit
  51. def setupAdmin(): Unit

    Permalink
    Definition Classes
    KafkaTest
  52. def sleepMillis(ms: Long, msg: String): Unit

    Permalink
    Definition Classes
    KafkaTestKit
  53. def sleepSeconds(s: Int, msg: String): Unit

    Permalink
    Definition Classes
    KafkaTestKit
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  55. val system: ActorSystem

    Permalink
    Definition Classes
    KafkaTestKitClassKafkaTestKit
  56. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  57. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def waitUntilCluster(predicate: Predicate[DescribeClusterResult]): Unit

    Permalink
    Definition Classes
    BaseKafkaTest
  61. def waitUntilConsumerGroup(groupId: String, predicate: Predicate[ConsumerGroupDescription]): Unit

    Permalink
    Definition Classes
    BaseKafkaTest
  62. def waitUntilConsumerSummary(groupId: String, predicate: Predicate[Collection[MemberDescription]]): Unit

    Permalink
    Definition Classes
    BaseKafkaTest

Inherited from KafkaTest

Inherited from BaseKafkaTest

Inherited from KafkaTestKitClass

Inherited from KafkaTestKit

Inherited from AnyRef

Inherited from Any

Ungrouped