connect icon indicating copy to clipboard operation
connect copied to clipboard

Kafka franz returns ready OK even when it can't connect

Open pedrovsg opened this issue 1 year ago • 1 comments

Example code

input: kafka_franz: seed_brokers: [ "localhost:6666" ] topics: [ "foobar" ] consumer_group: "benthos" ready endpoint returns OK

App dies with sigterm after a few secods

pedrovsg avatar Nov 28 '23 20:11 pedrovsg

Steps to reproduce:

  • Run Benthos with this config:
input:
  kafka_franz:
    seed_brokers: [ "localhost:6666" ]
    topics: [ "foobar" ]
    consumer_group: "benthos"
  • Run curl -v http://localhost:4195/ready and you'll get status 200.

mihaitodor avatar Nov 28 '23 21:11 mihaitodor