Confluent Consume

Enterprise only Premium Partner

Fixed consumer group IDv3.15+

Use a fixed, operator-chosen consumer group ID to work with ACL-enforced Kafka clusters. Confluent Cloud enforces ACLs on consumer groups by default, so the default random group ID can’t be pre-allowlisted.

Because the group ID is stable, the plugin commits offsets under the same identity every time, so consumption picks up where it left off.

Prerequisites

  • You have a Kafka cluster in Confluent Cloud

  • You have a Kafka topic in the cluster

  • The consumer group name is allowlisted in your Confluent Cloud ACLs

Environment variables

  • BOOTSTRAP_SERVER_HOST: The bootstrap server host

  • API_KEY: The API key to use for authentication

  • API_SECRET: The API secret to use for authentication

  • KAFKA_TOPIC: The name of the Kafka topic to consume from

  • CONSUMER_GROUP_ID: The fixed consumer group ID, pre-allowlisted in your Confluent Cloud ACLs

Set up the plugin

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!