Skip to content

Central location for template configurations for Apache Kafka and Confluent Platform components

License

Notifications You must be signed in to change notification settings

ijuma/configuration-templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

image

About

Template configuration files for Apache Kafka® clients and Confluent Platform components.

How to use these template files

With Confluent Cloud

These instructions are for users who need template files with client application configurations for Confluent Cloud.

  1. Select which file you need based on the client type:

  2. Copy the file locally.

  3. Customize the file with connection information to your Kafka cluster. Notice that the file cannot be used as-is because it has parameters that need to be substituted with real values. You need to modify the file to provide the real values for the following parameters. (Here is how to create or find those values)

  • Required:

    • {{ BROKER_ENDPOINT }}
    • {{ CLUSTER_API_KEY }}
    • {{ CLUSTER_API_SECRET }}
  • Required if using Confluent Cloud Schema Registry:

    • {{ SR_API_KEY }}
    • {{ SR_API_SECRET }}
    • {{ SR_ENDPOINT }}
  1. (optional) If you are using a librdkafka-based client, additional configuration properties are supported. See CONFIGURATION.md for the full list.

With Confluent Platform running on localhost

These instructions are for users who need template files with client application configurations for Confluent Platform running on their local machines, often started with confluent start.

  1. Select which file you need based on the client type:

  2. Copy the file locally.

  3. (optional) If you are using a librdkafka-based client, additional configuration properties are supported. See CONFIGURATION.md for the full list.

About

Central location for template configurations for Apache Kafka and Confluent Platform components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published