atkrad / wait4x

Wait4X allows you to wait for a port or a service to enter the requested state.
https://wait4x.dev
Apache License 2.0
266 stars 18 forks source link

Kafka support #153

Open mossroy opened 1 year ago

mossroy commented 1 year ago

It would be great if wait4x was able to test a connection to a Kafka cluster (based on a given bootstrap servers string)

A workaround is to test with tcp, but it's far less precise: the kafka cluster can be up and running even if one of the bootstrap servers is down (for example)

mortymacs commented 1 year ago

Hi @mossroy ,

We appreciate your recommendation and will include it in our planning. Once the feature is implemented, we'll make sure to release it.

Cheers, Mort