1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| 2025-01-16 11:40:57 [INFO] (KafkaMetricsCollector.java:270) - initializing Kafka metrics collector 2025-01-16 11:40:57 [INFO] (AppInfoParser.java:125) - Kafka version: 3.9.0 2025-01-16 11:40:57 [INFO] (AppInfoParser.java:126) - Kafka commitId: 84caaa6e9da06435 2025-01-16 11:40:57 [INFO] (AppInfoParser.java:127) - Kafka startTimeMs: 1736998857485 2025-01-16 11:40:57 [INFO] (ClassicKafkaConsumer.java:481) - [Consumer clientId=consumer-iot-events-group-1, groupId=iot-events-group] Subscribed to topic(s): iot-events 2025-01-16 11:40:57 [INFO] (Metadata.java:365) - [Consumer clientId=consumer-iot-events-group-1, groupId=iot-events-group] Cluster ID: B4mRavu_Tm-rLq1koR7IgQ 2025-01-16 11:40:57 [INFO] (AbstractCoordinator.java:937) - [Consumer clientId=consumer-iot-events-group-1, groupId=iot-events-group] Discovered group coordinator kafka:9092 (id: 2147482646 rack: null) 2025-01-16 11:40:57 [INFO] (AbstractCoordinator.java:605) - [Consumer clientId=consumer-iot-events-group-1, groupId=iot-events-group] (Re-)joining group 2025-01-16 11:40:57 [INFO] (AbstractCoordinator.java:1103) - [Consumer clientId=consumer-iot-events-group-1, groupId=iot-events-group] Request joining group due to: need to re-join with the given member-id: consumer-iot-events-group-1-2cf66a8d-cadf-462d-b62a-05c54ba70f26 2025-01-16 11:40:57 [INFO] (AbstractCoordinator.java:605) - [Consumer clientId=consumer-iot-events-group-1, groupId=iot-events-group] (Re-)joining group 2025-01-16 11:41:40 [INFO] (AbstractCoordinator.java:666) - [Consumer clientId=consumer-iot-events-group-1, groupId=iot-events-group] Successfully joined group with generation Generation{generationId=10, memberId='consumer-iot-events-group-1-2cf66a8d-cadf-462d-b62a-05c54ba70f26', protocol='range'} 2025-01-16 11:41:40 [INFO] (ConsumerCoordinator.java:664) - [Consumer clientId=consumer-iot-events-group-1, groupId=iot-events-group] Finished assignment for group at generation 10: {consumer-iot-events-group-1-2cf66a8d-cadf-462d-b62a-05c54ba70f26=Assignment(partitions=[iot-events-0])} 2025-01-16 11:41:40 [INFO] (AbstractCoordinator.java:843) - [Consumer clientId=consumer-iot-events-group-1, groupId=iot-events-group] Successfully synced group in generation Generation{generationId=10, memberId='consumer-iot-events-group-1-2cf66a8d-cadf-462d-b62a-05c54ba70f26', protocol='range'} 2025-01-16 11:41:40 [INFO] (ConsumerCoordinator.java:324) - [Consumer clientId=consumer-iot-events-group-1, groupId=iot-events-group] Notifying assignor about the new Assignment(partitions=[iot-events-0]) 2025-01-16 11:41:40 [INFO] (ConsumerRebalanceListenerInvoker.java:58) - [Consumer clientId=consumer-iot-events-group-1, groupId=iot-events-group] Adding newly assigned partitions: iot-events-0 2025-01-16 11:41:40 [INFO] (ConsumerUtils.java:209) - Setting offset for partition iot-events-0 to the committed offset FetchPosition{offset=791, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[kafka:9092 (id: 1001 rack: null)], epoch=0}} 2025-01-16 11:41:40 [INFO] (ClassicKafkaConsumer.java:764) - [Consumer clientId=consumer-iot-events-group-1, groupId=iot-events-group] Seeking to offset 10 for partition iot-events-0 2025-01-16 11:41:41 [INFO] (OffsetConsumer.java:54) - topic=iot-events, partition=0, offset=10, key=3, value=IoTEvent(deviceId=3, eventTimestamp=1736997681860, deviceType=BOT, eventValue=88) 2025-01-16 11:41:41 [INFO] (OffsetConsumer.java:54) - topic=iot-events, partition=0, offset=11, key=3, value=IoTEvent(deviceId=3, eventTimestamp=1736997682880, deviceType=BOT, eventValue=62) 2025-01-16 11:41:41 [INFO] (OffsetConsumer.java:54) - topic=iot-events, partition=0, offset=12, key=1, value=IoTEvent(deviceId=1, eventTimestamp=1736997683885, deviceType=BOT, eventValue=29) 2025-01-16 11:41:41 [INFO] (OffsetConsumer.java:54) - topic=iot-events, partition=0, offset=13, key=5, value=IoTEvent(deviceId=5, eventTimestamp=1736997684894, deviceType=BOT, eventValue=4)
|