Esri / kafka-for-geoevent

ArcGIS GeoEvent Server sample Kafka connectors for connecting to Apache Kafka message servers.
Apache License 2.0
14 stars 10 forks source link

Fix Error State Issue when Kafka Cluster is Offline #19

Open mrasante opened 5 years ago

mrasante commented 5 years ago

Implemented a fix to account for cluster state validation prior to starting/restarting. Also removed libraries that are no longer needed. For situation where a cluster/broker goes down when running, the transport will log an error but remain in the running and will be able to resume operation once the cluster comes back online.

hanoch commented 5 years ago

@mrasante what is the difference between this modified gallery item transport and the OOTB 10.7.1 one?

hanoch commented 5 years ago

@mrasante Please move the SDK dependency to the main pom file.