ukwa / ukwa-services

Deployment configuration for all UKWA services stacks.
Apache License 2.0
5 stars 5 forks source link

Switch Kafka UIs from Trifecta to provectus/kafka-ui #76

Closed anjackson closed 1 year ago

anjackson commented 2 years 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
anjackson commented 1 year ago

Just added https://github.com/provectus/kafka-ui to the DC and this also looks good.

anjackson commented 1 year ago

Compared the two, and kafka-ui is nicer to use than akhq.

anjackson commented 1 year ago

DC switched in f12d31350722a528618d5d89b7f369fd3d7a6dcb

anjackson commented 1 year ago

Done now.