Disable asynchronous eventsv3.8+

Streams data to Confluent Cloud, but disables asynchronous events.

Environment variables

  • CONFLUENT_CLUSTER_API_KEY: Your Confluent cluster API key

  • CONFLUENT_CLUSTER_API_SECRET: Your Confluent cluster API key

Set up the plugin

Add this section to your declarative configuration file:

_format_version: "3.0"
plugins:
  - name: confluent
    config:
      bootstrap_servers:
      - host: example.com
        port: 9092
      producer_async: false
      topic: kong-test
      cluster_api_key: ${{ env "DECK_CONFLUENT_CLUSTER_API_KEY" }}
      cluster_api_secret: ${{ env "DECK_CONFLUENT_CLUSTER_API_SECRET" }}
Copied to clipboard!

Did this doc help?

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!