techdocsmith opened a new issue, #13744:
URL: https://github.com/apache/druid/issues/13744
As reported by @somu-imply :
The documented command fails:
```
./bin/kafka-console-consumer --zookeeper localhost --topic metrics_pb
```
The following command works:
```
./bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic
metrics_pb --from-beginning
```
There is also an incorrect folder listing:
`extensions/protobuf-extensions` is now
`extensions/druid-protobuf-extensions`
### Affected Version
25.0 / latest
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]