Trendyol / go-dcp-kafka

The Go implementation of the Couchbase to Kafka with DCP.
MIT License
68 stars 15 forks source link

feat: get balancer from config #86

Closed emretanriverdi closed 8 months ago

emretanriverdi commented 8 months ago

I've added it as a string in contrast to general usage as int, but I've seen int usage is also default in segmentio configuration yml; but this parameter is normally not taken in config; that's why I added it as string to make it clearer.