ukwa / ukwa-services

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

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

Closed anjackson closed 7 months 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 11 months ago

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

anjackson commented 11 months ago

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

anjackson commented 8 months ago

DC switched in f12d31350722a528618d5d89b7f369fd3d7a6dcb

anjackson commented 7 months ago

Done now.