Kafka: Difference between revisions

From Halfface
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:
=which password does user have=
=which password does user have=
  kubectl get secret ifs -o json | jq -r .data.password | base64 -d
  kubectl get secret ifs -o json | jq -r .data.password | base64 -d
=list topics=
kubectl get kafkatopics -o wide

Revision as of 13:00, 8 January 2024

What does it mean:

akhq             Apache Kafka HQ. web-based user interface and management tool for Apache Kafka clusters.
Strimzi          Apache Kafka on Kubernetes

which users exit

kubectl get kafkausers -n kafka

which password does user have

kubectl get secret ifs -o json | jq -r .data.password | base64 -d

list topics

kubectl get kafkatopics -o wide