Closed anjackson closed 1 year ago
We currently use Trifecta to check on Kafka queues, but this is not that widely used. We can switch to akhq which seems to be more widely used and well supported.
version: '3.7' services: akhq: image: tchiotludo/akhq ports: - "58080:8080" environment: AKHQ_CONFIGURATION: | akhq: connections: fc: properties: bootstrap.servers: "192.168.45.34:9094" security: default-group: reader
Just added https://github.com/provectus/kafka-ui to the DC and this also looks good.
Compared the two, and kafka-ui is nicer to use than akhq.
DC switched in f12d31350722a528618d5d89b7f369fd3d7a6dcb
Done now.
We currently use Trifecta to check on Kafka queues, but this is not that widely used. We can switch to akhq which seems to be more widely used and well supported.