com.lightbend.lagom.scaladsl.api.broker.kafka
Computes a key from a message.
Computes a key from a message. The key is used to decide on what topic's partition a message should be published to.
The message to publish into a Kafka topic.
A key used to decide on what topic's partition the passed message is published to.
Defines an algorithm for producing a key from a Message.