kafka-rest icon indicating copy to clipboard operation
kafka-rest copied to clipboard

Without the deprecated param `zookeeper.connect` fetching messages by timestamp fails

Open dainiusjocas opened this issue 4 years ago • 0 comments

Without providing zookeeper.connect param endpoint returns an error.

HTTP response code: 500

Response body:

{"error_code":50002,"message":"Kafka error: Can't perform operation without zookeeper connect details"}

Kafka REST Proxy version is 5.5.0.

dainiusjocas avatar Jul 09 '20 10:07 dainiusjocas