Packages

p

com.goldensource

kafkautils

package kafkautils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait BrokerClient extends AnyRef

    Serves as base trait for the Kafka client configuration creator objects.

  2. class MessageConsumerConfiguration extends AnyRef

    Represents the configuration of the Message Receiver actor.

  3. trait MessageConsumerFactory extends AnyRef

    Trait that abstracts the actual factory used to create Apache Kafka messages consumption streams.

  4. class MessageProducer extends AnyRef

    Client that is to be used when desired to send messages through Apache Kafka.

  5. class MessageProducerConfiguration extends AnyRef

    Represents the configuration of the Message Sender actor.

  6. trait Unique extends AnyRef

    Trait that contains the concept of the a collision-free identifier.

Value Members

  1. 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.

  2. object MessageConsumerFactory extends MessageConsumerFactory

    Factory class to create a kafka consuming stream.

  3. object MessageProducerConfiguration extends BrokerClient

    Contains factory methods to easily build instances of the com.goldensource.kafkautils.MessageProducer actor using default or provided configuration.

  4. object Unique

    Contains the method that is used to generate unique ids.

Ungrouped