Kafka Bridge Configuration Reference
The configuration filename for the Broker Bridge. Read the Broker Bridge Settings section on the specification file format.
Enables or disables the Kafka Broker Bridge
By default, the Kafka client respects what is configured in the broker about topic auto-creation. i.e. whether auto.create.topics.enable
is set in the broker configuration. However, if this parameter is set to false
, the client will avoid sending metadata requests that may cause an auto-creation of the topic regardless of what the broker config is.
The Kafka Broker endpoints e.g. [{"127.0.0.1",9092}]
How many acknowledgements the Kafka broker should receive from the clustered replicas before acknowledging producer.
0
- the broker will not send any response (this is the only case where the broker will not reply to a request)1
- The leader will wait the data is written to the local log before sending a response-1
- The broker will block until the message is committed by all in sync replicas before acknowledging
Delay this configured number of seconds before retrying toestabilish a new connection to the kafka partition leader.
How long to wait between attempts to restart the Kafka client process when it crashes.
A mapping of Clients to Kafka topics. This mapping is used by the JSON broker_bridge.config_file
which defines the subscribers for each bridge.