zio / zio-kafka

A Kafka client for ZIO and ZIO Streams
https://zio.dev/zio-kafka
Apache License 2.0
335 stars 138 forks source link

Docker container IP (172.x.x.x) is not visible for the kafka client #283

Closed mohammadreza-esmailzadeh closed 3 years ago

mohammadreza-esmailzadeh commented 3 years ago

It seems I can not see the docker ip from the zio client but it is visible from Kafka Conduktor client. It seems this problem is related to zio kafka client not the docker server.

iravid commented 3 years ago

This appears to be out-of-scope for zio-kafka as it uses the standard JVM client.