package kafkautils
- Alphabetic
- Public
- All
Type Members
-
trait
BrokerClient extends AnyRef
Serves as base trait for the Kafka client configuration creator objects.
-
class
MessageConsumerConfiguration extends AnyRef
Represents the configuration of the Message Receiver actor.
-
trait
MessageConsumerFactory extends AnyRef
Trait that abstracts the actual factory used to create Apache Kafka messages consumption streams.
-
class
MessageProducer extends AnyRef
Client that is to be used when desired to send messages through Apache Kafka.
-
class
MessageProducerConfiguration extends AnyRef
Represents the configuration of the Message Sender actor.
-
trait
Unique extends AnyRef
Trait that contains the concept of the a collision-free identifier.
Value Members
-
object
MessageConsumerConfiguration extends BrokerClient
Contains a factory method that allows to build a com.goldensource.kafkautils.MessageConsumerConfiguration instance from a topics set and with a group id to identifier the consumers.
-
object
MessageConsumerFactory extends MessageConsumerFactory
Factory class to create a kafka consuming stream.
-
object
MessageProducerConfiguration extends BrokerClient
Contains factory methods to easily build instances of the com.goldensource.kafkautils.MessageProducer actor using default or provided configuration.
-
object
Unique
Contains the method that is used to generate unique ids.