GroupTopicPartition

akka.kafka.ConsumerMessage$.GroupTopicPartition
final case class GroupTopicPartition(groupId: String, topic: String, partition: Int)

groupId, topic, partition key for an offset position.

Attributes

Source:
ConsumerMessage.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product