From e95e4f91f06e86751bec30c59f70d0a07a114a95 Mon Sep 17 00:00:00 2001 From: Tamir Suliman Date: Sun, 28 Jan 2024 00:49:17 +0100 Subject: [PATCH] Update README.md --- KAFKA/README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/KAFKA/README.md b/KAFKA/README.md index a05f10f..9603da7 100644 --- a/KAFKA/README.md +++ b/KAFKA/README.md @@ -268,6 +268,37 @@ Topic: IOT TopicId: iNT2DcpfRdOoDRqNyAAjbQ PartitionCount: 3 ReplicationFactor: Topic: IOT Partition: 2 Leader: 1 Replicas: 1,3 Isr: 1,3 +``` + + +``` +sh /etc/kafka/bin/kafka-topics.sh --describe --bootstrap-server kafka1.example.com:9092 +Topic: APPLICATIONS TopicId: IqhV7b88R7WmsR896YM5Cw PartitionCount: 3 ReplicationFactor: 2 Configs: segment.bytes=1073741824 + Topic: APPLICATIONS Partition: 0 Leader: 1 Replicas: 1,2 Isr: 1,2 + Topic: APPLICATIONS Partition: 1 Leader: 2 Replicas: 2,3 Isr: 2,3 + Topic: APPLICATIONS Partition: 2 Leader: 3 Replicas: 3,1 Isr: 3,1 +Topic: WINDOWS TopicId: kxPiuKD4RnKagBcmP1gxCg PartitionCount: 3 ReplicationFactor: 2 Configs: segment.bytes=1073741824 + Topic: WINDOWS Partition: 0 Leader: 3 Replicas: 3,1 Isr: 3,1 + Topic: WINDOWS Partition: 1 Leader: 1 Replicas: 1,2 Isr: 1,2 + Topic: WINDOWS Partition: 2 Leader: 2 Replicas: 2,3 Isr: 2,3 +Topic: NETWORK TopicId: y0OehbWGS_OxKgccKKRKZg PartitionCount: 3 ReplicationFactor: 2 Configs: segment.bytes=1073741824 + Topic: NETWORK Partition: 0 Leader: 1 Replicas: 1,3 Isr: 1,3 + Topic: NETWORK Partition: 1 Leader: 2 Replicas: 2,1 Isr: 2,1 + Topic: NETWORK Partition: 2 Leader: 3 Replicas: 3,2 Isr: 3,2 +Topic: LINUX TopicId: jRYRP5EyTHeMGJZNYejguw PartitionCount: 3 ReplicationFactor: 2 Configs: segment.bytes=1073741824 + Topic: LINUX Partition: 0 Leader: 3 Replicas: 3,1 Isr: 3,1 + Topic: LINUX Partition: 1 Leader: 1 Replicas: 1,2 Isr: 1,2 + Topic: LINUX Partition: 2 Leader: 2 Replicas: 2,3 Isr: 2,3 +Topic: DB TopicId: r7zjkfxwQxmcXSx2o0s5_Q PartitionCount: 3 ReplicationFactor: 2 Configs: segment.bytes=1073741824 + Topic: DB Partition: 0 Leader: 2 Replicas: 2,1 Isr: 2,1 + Topic: DB Partition: 1 Leader: 3 Replicas: 3,2 Isr: 3,2 + Topic: DB Partition: 2 Leader: 1 Replicas: 1,3 Isr: 1,3 +Topic: IOT TopicId: iNT2DcpfRdOoDRqNyAAjbQ PartitionCount: 3 ReplicationFactor: 2 Configs: segment.bytes=1073741824 + Topic: IOT Partition: 0 Leader: 2 Replicas: 2,1 Isr: 2,1 + Topic: IOT Partition: 1 Leader: 3 Replicas: 3,2 Isr: 3,2 + Topic: IOT Partition: 2 Leader: 1 Replicas: 1,3 Isr: 1,3 + + ``` Start Sending Data to KAFKA