Difference between revisions of "Kafka-consumer-groups"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{Kafka}} Category:Kafka")
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
 +
kafka-consumer-groups --list --bootstrap-server localhost:[[9092]]
 +
.../...
 +
[2024-03-14 20:17:50,540] WARN [AdminClient clientId=adminclient-1] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. [[Broker]] may not be available. (org.apache.kafka.clients.NetworkClient)
 +
 +
 +
[[kafka-topics --list]] --bootstrap-server localhost:9092
  
 
== See also ==
 
== See also ==

Latest revision as of 19:18, 14 March 2024


kafka-consumer-groups --list --bootstrap-server localhost:9092
.../...
[2024-03-14 20:17:50,540] WARN [AdminClient clientId=adminclient-1] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)


kafka-topics --list --bootstrap-server localhost:9092

See also[edit]

Advertising: