You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| broker_list | object | True ||| List of Kafka brokers (nodes). |
40
+
| broker_list | object | True ||| Deprecated, use `brokers` instead. List of Kafka brokers. (nodes). |
41
+
| brokers | array | True ||| List of Kafka brokers (nodes). |
42
+
| brokers.host | string | True ||| The host of Kafka broker, e.g, `192.168.1.1`. |
43
+
| brokers.port | integer | True ||[0, 65535]| The port of Kafka broker |
41
44
| kafka_topic | string | True ||| Target topic to push the logs for organisation. |
42
45
| producer_type | string | False | async |["async", "sync"]| Message sending mode of the producer. |
43
46
| required_acks | integer | False | 1 |[0, 1, -1]| Number of acknowledgements the leader needs to receive for the producer to consider the request complete. This controls the durability of the sent records. The attribute follows the same configuration as the Kafka `acks` attribute. See [Apache Kafka documentation](https://kafka.apache.org/documentation/#producerconfigs_acks) for more. |
0 commit comments