Interface ShareConsumer<K,V>

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
KafkaShareConsumer, MockShareConsumer

@Evolving public interface ShareConsumer<K,V> extends Closeable
A client that consumes records from a Kafka cluster using a share group.
See Also: