Kafka Server parameters (cdap-site.xml and cdap-default.xml)
Parameter Name | Default Value | Description |
---|---|---|
|
| Comma-separated list of CDAP Kafka service brokers; for Distributed CDAP, replace with list of FQDN:port brokers. |
|
| CDAP Kafka service replication factor; used to replicate Kafka messages across multiple machines to prevent data loss in the event of a hardware failure. The recommended setting is to run at least two CDAP Kafka servers. If you are running two CDAP Kafka servers, set this value to 2; otherwise, set it to the maximum number of tolerated machine failures plus one (assuming you have that number of machines). |
|
| CDAP Kafka service bind address. |
|
| Comma-separated list of CDAP Kafka service log storage directories. |
|
| The interval length (in number of messages in the CDAP Kafka service) at which to force an fsync of data written to the log. |
|
| The number of hours to keep a log file before deleting it; this is the time-to-live in the CDAP Kafka service, while a log is in-flight between the container and the CDAP log saver. |
|
| Default number of partitions for a topic in the CDAP Kafka service. |
|
| CDAP Kafka service bind port. |
|
| Maximum time in milliseconds that the CDAP Kafka service will wait to establish a connection to ZooKeeper. |
|
| CDAP Kafka service ZooKeeper namespace. |
|  | CDAP Kafka service ZooKeeper quorum and namespace. If set, this will override the ZooKeeper quorum (set by |
Created in 2020 by Google Inc.