Consuming with Consumer Groups
Use confluent-kafka Consumer groups to subscribe to topics, consume records, and resume from a committed offset across client sessions — offsets survive broker restarts (P3.B).
Use confluent-kafka Consumer groups to subscribe to topics, consume records, and resume from a committed offset across client sessions — offsets survive broker restarts (P3.B).
Create, describe, alter, and delete topics using the confluent-kafka AdminClient or kcat.