License Configurations for Confluent Platform
This topic provides configuration parameters available for Confluent Platform. The parameters are organized by order of importance, ranked from high to low.
Name |
Description |
Type |
Default |
Valid Values |
Importance |
|---|---|---|---|---|---|
confluent.license |
License for Confluent plugins. |
password |
[hidden] |
high |
|
confluent.license.retry.backoff.max.ms |
Maximum backoff when retrying license topic creation. |
int |
100000 (100 seconds) |
[1,…] |
low |
confluent.license.retry.backoff.min.ms |
Minimum backoff when retrying license topic creation. |
int |
1000 (1 second) |
[1,…] |
low |
confluent.license.topic |
Topic used for storing Confluent license. CP versions 6.2.1 and up will use _confluent-license if it exists, otherwise _confluent-command. CP versions 7.0 and up will deprecate _confluent-license and only use _confluent-command. |
string |
_confluent-license |
low |
|
confluent.license.topic.create.timeout.ms |
The number of milliseconds to wait for license topic to be created during start up. |
int |
600000 (10 minutes) |
[1,…] |
low |
confluent.license.topic.replication.factor |
Replication factor of the license topic. This is used for creation of the topic if it doesn’t exist. Replication factor cannot be altered after the topic is created. |
short |
3 |
[1,…] |
low |