Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.2.10
-
None
-
None
Description
KafkaBindingSetExporterFactory needs to be updated to be able to handle a CSV (or ;SV) for the key ProducerConfig.BOOTSTRAP_SERVERS_CONFIG in the event the user is providing multiple bootstrap servers for Kafka. This implementation would be similar to how RyaBindingSetExporterFactory handles the CSV for the zookeeper connect.
An alternative option is to migrate to Fluo 1.1.0-incubating and implement an ObserverProvider. This may then eliminate the need for the above modification.
Or possibly take advantage of this section of the fluo.properties file:
#Application properties #--------------- #Properties with a prefix of fluo.app are stored in zookeeper at #initialization time and can easily be retrieved by a Fluo application running #on any node in the cluster. #fluo.app.config1=val1
Attachments
Issue Links
- relates to
-
RYA-352 Update to Apache Fluo 1.1.0-incubating
- Open