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
- Description: An object given as options to node http(s) request. If "auth" field is specified, it's value is encrypted.
571
571
572
+
-`kafka_options_object`
573
+
- Type: Object
574
+
- Description: An object given as options to kafka client.
575
+
Options are listed in https://github.com/edenhill/librdkafka/blob/v2.8.0/CONFIGURATION.md.
576
+
Specifically, 'metadata.broker.list' is used to specify the external kafka server.
577
+
578
+
-`topic`
579
+
- Type: String
580
+
- Description - Topic for kafka messages.
581
+
572
582
-`from_file`
573
583
- Type: String
574
584
- Description: Path to a JSON file which includes connection properties. When using `from_file` flag the connection details must only appear inside the options JSON file. See example below.
0 commit comments