KafkaTestUtils
Attributes
- Graph
-
- Supertypes
- Self type
-
KafkaTestUtils.type
Members list
Value members
Concrete methods
Utility function consume a stream of ConsumerRecords.
Utility function consume a stream of ConsumerRecords.
For each consumed record, the provided r function will be called.
Attributes
Utility function to make a Consumer.
Utility function to make a Consumer.
Attributes
Utility function to make a Consumer settings set.
Utility function to make a Consumer settings set.
Attributes
Utility function to make a Consumer. It requires a ConsumerSettings layer.
Utility function to make a Consumer. It requires a ConsumerSettings layer.
"minimal" because, unlike the other functions returning a ZLayer[..., ..., Consumer] of this file, you need to provide the ConsumerSettings layer yourself.
Attributes
Utility function to produce many messages in give Partition of a Topic.
Utility function to produce many messages in give Partition of a Topic.
Attributes
Utility function to produce many messages in a Topic.
Utility function to produce many messages in a Topic.
Attributes
Utility function to produce a single message in a Topic.
Utility function to produce a single message in a Topic.
Attributes
Utility function to make an AdminClient settings set using SASL_PLAINTEXT security protocol.
Utility function to make an AdminClient settings set using SASL_PLAINTEXT security protocol.
Attributes
Utility function to make a transactional Consumer.
Utility function to make a transactional Consumer.
Attributes
Utility function to make a transactional Consumer settings set.
Utility function to make a transactional Consumer settings set.
Attributes
Utility function to execute something with an AdminClient instance configure with the default settings.
Utility function to execute something with an AdminClient instance configure with the default settings.
Attributes
Utility function to execute something with an AdminClient instance configured to use the SASL_PLAINTEXT security protocol.
Utility function to execute something with an AdminClient instance configured to use the SASL_PLAINTEXT security protocol.
Attributes
Utility function to execute something with an AdminClient instance configured to use the SSL security protocol.
Utility function to execute something with an AdminClient instance configured to use the SSL security protocol.
Attributes
Deprecated methods
Utility function to make a Consumer. It requires a ConsumerSettings layer.
Utility function to make a Consumer. It requires a ConsumerSettings layer.
Attributes
- Deprecated
- true
Concrete fields
Default AdminClient settings.
Default AdminClient settings.
Attributes
Producer instance you can use in your tests. It uses the default Producer settings.
Producer instance you can use in your tests. It uses the default Producer settings.
Attributes
Default Producer settings you can use in your tests
Default Producer settings you can use in your tests
Attributes
Default AdminClient settings using SSL security protocol.
Default AdminClient settings using SSL security protocol.
Attributes
Transactional Producer instance you can use in your tests. It uses the default transactional Producer settings.
Transactional Producer instance you can use in your tests. It uses the default transactional Producer settings.
Attributes
Default transactional Producer settings you can use in your tests.
Default transactional Producer settings you can use in your tests.