rakutentech / kafka-firehose-nozzle

Forward logs from the Cloud Foundry Firehose to Apache Kafka
MIT License
13 stars 8 forks source link

make nozzle able to retry certain times, default 5 #17

Closed sunshineperi closed 6 years ago

sunshineperi commented 7 years ago

in cloudfoundry/noaa consumer, the maxRetryCount is set to 1000 as default, which makes our nozzle keeps on retrying to connect. To avoid this, we made it possible to set the maxRetryCount, and default value 5 will be applied it not set.