Confluent Consume

Enterprise only Premium Partner

Confluent Schema Registry with OAuth2v3.12+

Configure the Confluent Consume plugin to use the Confluent Schema Registry for message deserialization and secure it with OAuth 2.0 token authentication.

Prerequisites

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.

  • REGISTRY_URL: The URL of your Confluent Schema Registry instance. For example, http://schema-registry:8081.

  • CLIENT_ID: The client ID that the plugin uses when it calls authenticated endpoints of the IdP.

  • CLIENT_SECRET: The client secret from the IdP.

Set up the plugin

Something wrong?

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!