ConsumerGroup class
Constructors
- ConsumerGroup(KafkaSession session, String name)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- session → KafkaSession
-
final
Methods
-
commitOffsets(
List< ConsumerOffset> offsets, int consumerGenerationId, String consumerId) → Future -
Commits provided
offsets
to the server for this consumer group. -
fetchOffsets(
Map< String, Set< topicPartitions) → Future<int> >List< ConsumerOffset> > - Retrieves offsets of this consumer group from the server.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetOffsetsToEarliest(
Map< String, Set< topicPartitions) → Futureint> > -
resetOffsetsToLatest(
Map< String, Set< topicPartitions) → Futureint> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited