kafka | ===> User kafka | uid=1000(appuser) gid=1000(appuser) groups=1000(appuser) kafka | ===> Configuring ... kafka | Running in KRaft mode... kafka | ===> Running preflight checks ... kafka | ===> Check if /var/lib/kafka/data is writable ... kafka | ===> Running in KRaft mode, skipping Zookeeper health check... kafka | ===> Using provided cluster id MkU3OEVBNTcwNTJENDM2Qk ... kafka | ===> Launching ... kafka | ===> Launching kafka ... kafka | [2026-05-13 11:44:09,938] INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) kafka | [2026-05-13 11:44:10,469] INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) kafka | [2026-05-13 11:44:10,812] INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler) kafka | [2026-05-13 11:44:10,815] INFO [ControllerServer id=1] Starting controller (kafka.server.ControllerServer) kafka | [2026-05-13 11:44:11,660] INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) kafka | [2026-05-13 11:44:11,764] INFO [SocketServer listenerType=CONTROLLER, nodeId=1] Created data-plane acceptor and processors for endpoint : ListenerName(CONTROLLER) (kafka.network.SocketServer) kafka | [2026-05-13 11:44:11,795] INFO authorizerStart completed for endpoint CONTROLLER. Endpoint is now READY. (org.apache.kafka.server.network.EndpointReadyFutures) kafka | [2026-05-13 11:44:11,796] INFO [SharedServer id=1] Starting SharedServer (kafka.server.SharedServer) kafka | [2026-05-13 11:44:11,989] INFO [LogLoader partition=__cluster_metadata-0, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:11,989] INFO [LogLoader partition=__cluster_metadata-0, dir=/var/lib/kafka/data] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:11,990] INFO [LogLoader partition=__cluster_metadata-0, dir=/var/lib/kafka/data] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:12,029] INFO Initialized snapshots with IDs SortedSet() from /var/lib/kafka/data/__cluster_metadata-0 (kafka.raft.KafkaMetadataLog$) kafka | [2026-05-13 11:44:12,078] INFO [raft-expiration-reaper]: Starting (kafka.raft.TimingWheelExpirationService$ExpiredOperationReaper) kafka | [2026-05-13 11:44:12,366] INFO [RaftManager id=1] Completed transition to Unattached(epoch=0, voters=[1], electionTimeoutMs=1211) from null (org.apache.kafka.raft.QuorumState) kafka | [2026-05-13 11:44:12,416] INFO [RaftManager id=1] Completed transition to CandidateState(localId=1, epoch=1, retries=1, voteStates={1=GRANTED}, highWatermark=Optional.empty, electionTimeoutMs=1223) from Unattached(epoch=0, voters=[1], electionTimeoutMs=1211) (org.apache.kafka.raft.QuorumState) kafka | [2026-05-13 11:44:12,433] INFO [RaftManager id=1] Completed transition to Leader(localId=1, epoch=1, epochStartOffset=0, highWatermark=Optional.empty, voterStates={1=ReplicaState(nodeId=1, endOffset=Optional.empty, lastFetchTimestamp=-1, lastCaughtUpTimestamp=-1, hasAcknowledgedLeader=true)}) from CandidateState(localId=1, epoch=1, retries=1, voteStates={1=GRANTED}, highWatermark=Optional.empty, electionTimeoutMs=1223) (org.apache.kafka.raft.QuorumState) kafka | [2026-05-13 11:44:12,493] INFO [kafka-1-raft-outbound-request-thread]: Starting (org.apache.kafka.raft.KafkaNetworkChannel$SendThread) kafka | [2026-05-13 11:44:12,504] INFO [kafka-1-raft-io-thread]: Starting (kafka.raft.KafkaRaftManager$RaftIoThread) kafka | [2026-05-13 11:44:12,526] INFO [MetadataLoader id=1] initializeNewPublishers: the loader is still catching up because we still don't know the high water mark yet. (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,537] INFO [ControllerServer id=1] Waiting for controller quorum voters future (kafka.server.ControllerServer) kafka | [2026-05-13 11:44:12,537] INFO [ControllerServer id=1] Finished waiting for controller quorum voters future (kafka.server.ControllerServer) kafka | [2026-05-13 11:44:12,571] INFO [RaftManager id=1] High watermark set to LogOffsetMetadata(offset=1, metadata=Optional[(segmentBaseOffset=0,relativePositionInSegment=91)]) for the first time for epoch 1 based on indexOfHw 0 and voters [ReplicaState(nodeId=1, endOffset=Optional[LogOffsetMetadata(offset=1, metadata=Optional[(segmentBaseOffset=0,relativePositionInSegment=91)])], lastFetchTimestamp=-1, lastCaughtUpTimestamp=-1, hasAcknowledgedLeader=true)] (org.apache.kafka.raft.LeaderState) kafka | [2026-05-13 11:44:12,596] INFO [RaftManager id=1] Registered the listener org.apache.kafka.image.loader.MetadataLoader@879821073 (org.apache.kafka.raft.KafkaRaftClient) kafka | [2026-05-13 11:44:12,609] INFO [MetadataLoader id=1] maybePublishMetadata(LOG_DELTA): The loader is still catching up because we have not loaded a controller record as of offset 0 and high water mark is 1 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,626] INFO [QuorumController id=1] Creating new QuorumController with clusterId MkU3OEVBNTcwNTJENDM2Qk. (org.apache.kafka.controller.QuorumController) kafka | [2026-05-13 11:44:12,626] INFO [RaftManager id=1] Registered the listener org.apache.kafka.controller.QuorumController$QuorumMetaLogListener@1012875202 (org.apache.kafka.raft.KafkaRaftClient) kafka | [2026-05-13 11:44:12,627] INFO [MetadataLoader id=1] initializeNewPublishers: The loader finished catching up to the current high water mark of 1 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,628] INFO [QuorumController id=1] Becoming the active controller at epoch 1, next write offset 1. (org.apache.kafka.controller.QuorumController) kafka | [2026-05-13 11:44:12,642] WARN [QuorumController id=1] Performing controller activation. The metadata log appears to be empty. Appending 1 bootstrap record(s) in metadata transaction at metadata.version 3.7-IV4 from bootstrap source 'the binary bootstrap metadata file: /var/lib/kafka/data/bootstrap.checkpoint'. Setting the ZK migration state to NONE since this is a de-novo KRaft cluster. (org.apache.kafka.controller.QuorumController) kafka | [2026-05-13 11:44:12,644] INFO [QuorumController id=1] Replayed BeginTransactionRecord(name='Bootstrap records') at offset 1. (org.apache.kafka.controller.OffsetControlManager) kafka | [2026-05-13 11:44:12,644] INFO [QuorumController id=1] Replayed a FeatureLevelRecord setting metadata version to 3.7-IV4 (org.apache.kafka.controller.FeatureControlManager) kafka | [2026-05-13 11:44:12,645] INFO [QuorumController id=1] Replayed EndTransactionRecord() at offset 4. (org.apache.kafka.controller.OffsetControlManager) kafka | [2026-05-13 11:44:12,661] INFO [controller-1-ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) kafka | [2026-05-13 11:44:12,705] INFO [controller-1-ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) kafka | [2026-05-13 11:44:12,706] INFO [controller-1-ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) kafka | [2026-05-13 11:44:12,710] INFO [controller-1-ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) kafka | [2026-05-13 11:44:12,714] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing SnapshotGenerator with a snapshot at offset 0 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,763] INFO [ExpirationReaper-1-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) kafka | [2026-05-13 11:44:12,838] INFO [ControllerServer id=1] Waiting for the controller metadata publishers to be installed (kafka.server.ControllerServer) kafka | [2026-05-13 11:44:12,838] INFO [ControllerServer id=1] Finished waiting for the controller metadata publishers to be installed (kafka.server.ControllerServer) kafka | [2026-05-13 11:44:12,838] INFO [SocketServer listenerType=CONTROLLER, nodeId=1] Enabling request processing. (kafka.network.SocketServer) kafka | [2026-05-13 11:44:12,838] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing KRaftMetadataCachePublisher with a snapshot at offset 4 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,838] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing FeaturesPublisher with a snapshot at offset 4 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,838] INFO [ControllerServer id=1] Loaded new metadata Features(version=3.7-IV4, finalizedFeatures={metadata.version=19}, finalizedFeaturesEpoch=4). (org.apache.kafka.metadata.publisher.FeaturesPublisher) kafka | [2026-05-13 11:44:12,838] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing ControllerRegistrationsPublisher with a snapshot at offset 4 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,839] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing ControllerRegistrationManager with a snapshot at offset 4 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,840] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing DynamicConfigPublisher controller id=1 with a snapshot at offset 4 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,841] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing DynamicClientQuotaPublisher controller id=1 with a snapshot at offset 4 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,841] INFO Awaiting socket connections on kafka:9093. (kafka.network.DataPlaneAcceptor) kafka | [2026-05-13 11:44:12,841] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing ScramPublisher controller id=1 with a snapshot at offset 4 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,842] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing DelegationTokenPublisher controller id=1 with a snapshot at offset 4 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,848] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing ControllerMetadataMetricsPublisher with a snapshot at offset 4 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,848] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing AclPublisher controller id=1 with a snapshot at offset 4 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:12,864] INFO [ControllerServer id=1] Waiting for all of the authorizer futures to be completed (kafka.server.ControllerServer) kafka | [2026-05-13 11:44:12,865] INFO [ControllerServer id=1] Finished waiting for all of the authorizer futures to be completed (kafka.server.ControllerServer) kafka | [2026-05-13 11:44:12,865] INFO [ControllerServer id=1] Waiting for all of the SocketServer Acceptors to be started (kafka.server.ControllerServer) kafka | [2026-05-13 11:44:12,865] INFO [ControllerServer id=1] Finished waiting for all of the SocketServer Acceptors to be started (kafka.server.ControllerServer) kafka | [2026-05-13 11:44:12,865] INFO [BrokerServer id=1] Transition from SHUTDOWN to STARTING (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:12,865] INFO [ControllerRegistrationManager id=1 incarnation=x9_Ya-UVQ-GlHpR9Bcg6qQ] initialized channel manager. (kafka.server.ControllerRegistrationManager) kafka | [2026-05-13 11:44:12,866] INFO [BrokerServer id=1] Starting broker (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:12,869] INFO [ControllerRegistrationManager id=1 incarnation=x9_Ya-UVQ-GlHpR9Bcg6qQ] sendControllerRegistration: attempting to send ControllerRegistrationRequestData(controllerId=1, incarnationId=x9_Ya-UVQ-GlHpR9Bcg6qQ, zkMigrationReady=false, listeners=[Listener(name='CONTROLLER', host='kafka', port=9093, securityProtocol=0)], features=[Feature(name='metadata.version', minSupportedVersion=1, maxSupportedVersion=19)]) (kafka.server.ControllerRegistrationManager) kafka | [2026-05-13 11:44:12,882] INFO [controller-1-to-controller-registration-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) kafka | [2026-05-13 11:44:12,883] INFO [controller-1-to-controller-registration-channel-manager]: Recorded new KRaft controller, from now on will use node kafka:9093 (id: 1 rack: null) (kafka.server.NodeToControllerRequestThread) kafka | [2026-05-13 11:44:12,962] INFO [broker-1-ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) kafka | [2026-05-13 11:44:12,963] INFO [broker-1-ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) kafka | [2026-05-13 11:44:12,962] INFO [broker-1-ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) kafka | [2026-05-13 11:44:12,963] INFO [broker-1-ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) kafka | [2026-05-13 11:44:13,089] INFO [BrokerServer id=1] Waiting for controller quorum voters future (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:13,089] INFO [BrokerServer id=1] Finished waiting for controller quorum voters future (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:13,102] INFO [broker-1-to-controller-forwarding-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) kafka | [2026-05-13 11:44:13,102] INFO [broker-1-to-controller-forwarding-channel-manager]: Recorded new KRaft controller, from now on will use node kafka:9093 (id: 1 rack: null) (kafka.server.NodeToControllerRequestThread) kafka | [2026-05-13 11:44:13,199] INFO [QuorumController id=1] Replayed RegisterControllerRecord contaning ControllerRegistration(id=1, incarnationId=x9_Ya-UVQ-GlHpR9Bcg6qQ, zkMigrationReady=false, listeners=[Endpoint(listenerName='CONTROLLER', securityProtocol=PLAINTEXT, host='kafka', port=9093)], supportedFeatures={metadata.version: 1-19}). (org.apache.kafka.controller.ClusterControlManager) kafka | [2026-05-13 11:44:13,230] INFO [ControllerRegistrationManager id=1 incarnation=x9_Ya-UVQ-GlHpR9Bcg6qQ] Our registration has been persisted to the metadata log. (kafka.server.ControllerRegistrationManager) kafka | [2026-05-13 11:44:13,230] INFO [ControllerRegistrationManager id=1 incarnation=x9_Ya-UVQ-GlHpR9Bcg6qQ] RegistrationResponseHandler: controller acknowledged ControllerRegistrationRequest. (kafka.server.ControllerRegistrationManager) kafka | [2026-05-13 11:44:13,271] INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) kafka | [2026-05-13 11:44:13,279] INFO [SocketServer listenerType=BROKER, nodeId=1] Created data-plane acceptor and processors for endpoint : ListenerName(PLAINTEXT) (kafka.network.SocketServer) kafka | [2026-05-13 11:44:13,279] INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) kafka | [2026-05-13 11:44:13,304] INFO [SocketServer listenerType=BROKER, nodeId=1] Created data-plane acceptor and processors for endpoint : ListenerName(PLAINTEXT_HOST) (kafka.network.SocketServer) kafka | [2026-05-13 11:44:13,325] INFO [broker-1-to-controller-alter-partition-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) kafka | [2026-05-13 11:44:13,325] INFO [broker-1-to-controller-alter-partition-channel-manager]: Recorded new KRaft controller, from now on will use node kafka:9093 (id: 1 rack: null) (kafka.server.NodeToControllerRequestThread) kafka | [2026-05-13 11:44:13,353] INFO [broker-1-to-controller-directory-assignments-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) kafka | [2026-05-13 11:44:13,353] INFO [broker-1-to-controller-directory-assignments-channel-manager]: Recorded new KRaft controller, from now on will use node kafka:9093 (id: 1 rack: null) (kafka.server.NodeToControllerRequestThread) kafka | [2026-05-13 11:44:13,401] INFO [ExpirationReaper-1-Produce]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) kafka | [2026-05-13 11:44:13,441] INFO [ExpirationReaper-1-Fetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) kafka | [2026-05-13 11:44:13,451] INFO [ExpirationReaper-1-DeleteRecords]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) kafka | [2026-05-13 11:44:13,457] INFO [ExpirationReaper-1-ElectLeader]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) kafka | [2026-05-13 11:44:13,464] INFO [ExpirationReaper-1-RemoteFetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) kafka | [2026-05-13 11:44:13,509] INFO [ExpirationReaper-1-Heartbeat]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) kafka | [2026-05-13 11:44:13,537] INFO [ExpirationReaper-1-Rebalance]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) kafka | [2026-05-13 11:44:13,635] INFO Unable to read the broker epoch in /var/lib/kafka/data. (kafka.log.LogManager) kafka | [2026-05-13 11:44:13,648] INFO [BrokerLifecycleManager id=1] Incarnation a9eQVTARSiyS53YyAbaB6g of broker 1 in cluster MkU3OEVBNTcwNTJENDM2Qk is now STARTING. (kafka.server.BrokerLifecycleManager) kafka | [2026-05-13 11:44:13,648] INFO [broker-1-to-controller-heartbeat-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) kafka | [2026-05-13 11:44:13,648] INFO [broker-1-to-controller-heartbeat-channel-manager]: Recorded new KRaft controller, from now on will use node kafka:9093 (id: 1 rack: null) (kafka.server.NodeToControllerRequestThread) kafka | [2026-05-13 11:44:13,700] INFO [QuorumController id=1] Replayed initial RegisterBrokerRecord for broker 1: RegisterBrokerRecord(brokerId=1, isMigratingZkBroker=false, incarnationId=a9eQVTARSiyS53YyAbaB6g, brokerEpoch=8, endPoints=[BrokerEndpoint(name='PLAINTEXT', host='kafka', port=9092, securityProtocol=0), BrokerEndpoint(name='PLAINTEXT_HOST', host='localhost', port=29092, securityProtocol=0)], features=[BrokerFeature(name='metadata.version', minSupportedVersion=1, maxSupportedVersion=19)], rack=null, fenced=true, inControlledShutdown=false, logDirs=[Y5JsVt_EwbF9ZpdHaSASKQ]) (org.apache.kafka.controller.ClusterControlManager) kafka | [2026-05-13 11:44:13,719] INFO [ExpirationReaper-1-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) kafka | [2026-05-13 11:44:13,739] INFO [BrokerLifecycleManager id=1] Successfully registered broker 1 with broker epoch 8 (kafka.server.BrokerLifecycleManager) kafka | [2026-05-13 11:44:13,767] INFO [BrokerLifecycleManager id=1] The broker has caught up. Transitioning from STARTING to RECOVERY. (kafka.server.BrokerLifecycleManager) kafka | [2026-05-13 11:44:13,823] INFO [BrokerServer id=1] Waiting for the broker metadata publishers to be installed (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:13,828] INFO [BrokerLifecycleManager id=1] The broker is in RECOVERY. (kafka.server.BrokerLifecycleManager) kafka | [2026-05-13 11:44:13,830] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing MetadataVersionPublisher(id=1) with a snapshot at offset 8 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:13,830] INFO [BrokerServer id=1] Finished waiting for the broker metadata publishers to be installed (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:13,830] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing BrokerMetadataPublisher with a snapshot at offset 8 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:13,830] INFO [BrokerServer id=1] Waiting for the controller to acknowledge that we are caught up (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:13,830] INFO [BrokerServer id=1] Finished waiting for the controller to acknowledge that we are caught up (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:13,830] INFO [BrokerServer id=1] Waiting for the initial broker metadata update to be published (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:13,831] INFO [BrokerMetadataPublisher id=1] Publishing initial metadata at offset OffsetAndEpoch(offset=8, epoch=1) with metadata.version 3.7-IV4. (kafka.server.metadata.BrokerMetadataPublisher) kafka | [2026-05-13 11:44:13,832] INFO Loading logs from log dirs ArraySeq(/var/lib/kafka/data) (kafka.log.LogManager) kafka | [2026-05-13 11:44:13,858] INFO No logs found to be loaded in /var/lib/kafka/data (kafka.log.LogManager) kafka | [2026-05-13 11:44:13,877] INFO Loaded 0 logs in 45ms (kafka.log.LogManager) kafka | [2026-05-13 11:44:13,882] INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) kafka | [2026-05-13 11:44:13,940] INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager) kafka | [2026-05-13 11:44:14,008] INFO Starting the log cleaner (kafka.log.LogCleaner) kafka | [2026-05-13 11:44:14,171] INFO [kafka-log-cleaner-thread-0]: Starting (kafka.log.LogCleaner$CleanerThread) kafka | [2026-05-13 11:44:14,205] INFO [LogDirFailureHandler]: Starting (kafka.server.ReplicaManager$LogDirFailureHandler) kafka | [2026-05-13 11:44:14,214] INFO [GroupCoordinator 1]: Starting up. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:14,207] INFO [AddPartitionsToTxnSenderThread-1]: Starting (kafka.server.AddPartitionsToTxnManager) kafka | [2026-05-13 11:44:14,219] INFO [GroupCoordinator 1]: Startup complete. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:14,219] INFO [TransactionCoordinator id=1] Starting up. (kafka.coordinator.transaction.TransactionCoordinator) kafka | [2026-05-13 11:44:14,223] INFO [TransactionCoordinator id=1] Startup complete. (kafka.coordinator.transaction.TransactionCoordinator) kafka | [2026-05-13 11:44:14,244] INFO [MetadataLoader id=1] InitializeNewPublishers: initializing BrokerRegistrationTracker(id=1) with a snapshot at offset 8 (org.apache.kafka.image.loader.MetadataLoader) kafka | [2026-05-13 11:44:14,244] INFO [BrokerServer id=1] Finished waiting for the initial broker metadata update to be published (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:14,245] INFO KafkaConfig values: kafka | advertised.listeners = PLAINTEXT://kafka:9092,PLAINTEXT_HOST://localhost:29092 kafka | alter.config.policy.class.name = null kafka | alter.log.dirs.replication.quota.window.num = 11 kafka | alter.log.dirs.replication.quota.window.size.seconds = 1 kafka | authorizer.class.name = kafka | auto.create.topics.enable = true kafka | auto.include.jmx.reporter = true kafka | auto.leader.rebalance.enable = true kafka | background.threads = 10 kafka | broker.heartbeat.interval.ms = 2000 kafka | broker.id = 1 kafka | broker.id.generation.enable = true kafka | broker.rack = null kafka | broker.session.timeout.ms = 9000 kafka | client.quota.callback.class = null kafka | compression.type = producer kafka | connection.failed.authentication.delay.ms = 100 kafka | connections.max.idle.ms = 600000 kafka | connections.max.reauth.ms = 0 kafka | control.plane.listener.name = null kafka | controlled.shutdown.enable = true kafka | controlled.shutdown.max.retries = 3 kafka | controlled.shutdown.retry.backoff.ms = 5000 kafka | controller.listener.names = CONTROLLER kafka | controller.quorum.append.linger.ms = 25 kafka | controller.quorum.election.backoff.max.ms = 1000 kafka | controller.quorum.election.timeout.ms = 1000 kafka | controller.quorum.fetch.timeout.ms = 2000 kafka | controller.quorum.request.timeout.ms = 2000 kafka | controller.quorum.retry.backoff.ms = 20 kafka | controller.quorum.voters = [1@kafka:9093] kafka | controller.quota.window.num = 11 kafka | controller.quota.window.size.seconds = 1 kafka | controller.socket.timeout.ms = 30000 kafka | create.topic.policy.class.name = null kafka | default.replication.factor = 1 kafka | delegation.token.expiry.check.interval.ms = 3600000 kafka | delegation.token.expiry.time.ms = 86400000 kafka | delegation.token.master.key = null kafka | delegation.token.max.lifetime.ms = 604800000 kafka | delegation.token.secret.key = null kafka | delete.records.purgatory.purge.interval.requests = 1 kafka | delete.topic.enable = true kafka | early.start.listeners = null kafka | eligible.leader.replicas.enable = false kafka | fetch.max.bytes = 57671680 kafka | fetch.purgatory.purge.interval.requests = 1000 kafka | group.consumer.assignors = [org.apache.kafka.coordinator.group.assignor.UniformAssignor, org.apache.kafka.coordinator.group.assignor.RangeAssignor] kafka | group.consumer.heartbeat.interval.ms = 5000 kafka | group.consumer.max.heartbeat.interval.ms = 15000 kafka | group.consumer.max.session.timeout.ms = 60000 kafka | group.consumer.max.size = 2147483647 kafka | group.consumer.min.heartbeat.interval.ms = 5000 kafka | group.consumer.min.session.timeout.ms = 45000 kafka | group.consumer.session.timeout.ms = 45000 kafka | group.coordinator.new.enable = false kafka | group.coordinator.rebalance.protocols = [classic] kafka | group.coordinator.threads = 1 kafka | group.initial.rebalance.delay.ms = 3000 kafka | group.max.session.timeout.ms = 1800000 kafka | group.max.size = 2147483647 kafka | group.min.session.timeout.ms = 6000 kafka | initial.broker.registration.timeout.ms = 60000 kafka | inter.broker.listener.name = PLAINTEXT kafka | inter.broker.protocol.version = 3.7-IV4 kafka | kafka.metrics.polling.interval.secs = 10 kafka | kafka.metrics.reporters = [] kafka | leader.imbalance.check.interval.seconds = 300 kafka | leader.imbalance.per.broker.percentage = 10 kafka | listener.security.protocol.map = PLAINTEXT:PLAINTEXT,CONTROLLER:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT kafka | listeners = PLAINTEXT://kafka:9092,CONTROLLER://kafka:9093,PLAINTEXT_HOST://0.0.0.0:29092 kafka | log.cleaner.backoff.ms = 15000 kafka | log.cleaner.dedupe.buffer.size = 134217728 kafka | log.cleaner.delete.retention.ms = 86400000 kafka | log.cleaner.enable = true kafka | log.cleaner.io.buffer.load.factor = 0.9 kafka | log.cleaner.io.buffer.size = 524288 kafka | log.cleaner.io.max.bytes.per.second = 1.7976931348623157E308 kafka | log.cleaner.max.compaction.lag.ms = 9223372036854775807 kafka | log.cleaner.min.cleanable.ratio = 0.5 kafka | log.cleaner.min.compaction.lag.ms = 0 kafka | log.cleaner.threads = 1 kafka | log.cleanup.policy = [delete] kafka | log.dir = /tmp/kafka-logs kafka | log.dirs = /var/lib/kafka/data kafka | log.flush.interval.messages = 9223372036854775807 kafka | log.flush.interval.ms = null kafka | log.flush.offset.checkpoint.interval.ms = 60000 kafka | log.flush.scheduler.interval.ms = 9223372036854775807 kafka | log.flush.start.offset.checkpoint.interval.ms = 60000 kafka | log.index.interval.bytes = 4096 kafka | log.index.size.max.bytes = 10485760 kafka | log.local.retention.bytes = -2 kafka | log.local.retention.ms = -2 kafka | log.message.downconversion.enable = true kafka | log.message.format.version = 3.0-IV1 kafka | log.message.timestamp.after.max.ms = 9223372036854775807 kafka | log.message.timestamp.before.max.ms = 9223372036854775807 kafka | log.message.timestamp.difference.max.ms = 9223372036854775807 kafka | log.message.timestamp.type = CreateTime kafka | log.preallocate = false kafka | log.retention.bytes = -1 kafka | log.retention.check.interval.ms = 300000 kafka | log.retention.hours = 168 kafka | log.retention.minutes = null kafka | log.retention.ms = null kafka | log.roll.hours = 168 kafka | log.roll.jitter.hours = 0 kafka | log.roll.jitter.ms = null kafka | log.roll.ms = null kafka | log.segment.bytes = 1073741824 kafka | log.segment.delete.delay.ms = 60000 kafka | max.connection.creation.rate = 2147483647 kafka | max.connections = 2147483647 kafka | max.connections.per.ip = 2147483647 kafka | max.connections.per.ip.overrides = kafka | max.incremental.fetch.session.cache.slots = 1000 kafka | message.max.bytes = 1048588 kafka | metadata.log.dir = null kafka | metadata.log.max.record.bytes.between.snapshots = 20971520 kafka | metadata.log.max.snapshot.interval.ms = 3600000 kafka | metadata.log.segment.bytes = 1073741824 kafka | metadata.log.segment.min.bytes = 8388608 kafka | metadata.log.segment.ms = 604800000 kafka | metadata.max.idle.interval.ms = 500 kafka | metadata.max.retention.bytes = 104857600 kafka | metadata.max.retention.ms = 604800000 kafka | metric.reporters = [] kafka | metrics.num.samples = 2 kafka | metrics.recording.level = INFO kafka | metrics.sample.window.ms = 30000 kafka | min.insync.replicas = 1 kafka | node.id = 1 kafka | num.io.threads = 8 kafka | num.network.threads = 3 kafka | num.partitions = 1 kafka | num.recovery.threads.per.data.dir = 1 kafka | num.replica.alter.log.dirs.threads = null kafka | num.replica.fetchers = 1 kafka | offset.metadata.max.bytes = 4096 kafka | offsets.commit.required.acks = -1 kafka | offsets.commit.timeout.ms = 5000 kafka | offsets.load.buffer.size = 5242880 kafka | offsets.retention.check.interval.ms = 600000 kafka | offsets.retention.minutes = 10080 kafka | offsets.topic.compression.codec = 0 kafka | offsets.topic.num.partitions = 50 kafka | offsets.topic.replication.factor = 1 kafka | offsets.topic.segment.bytes = 104857600 kafka | password.encoder.cipher.algorithm = AES/CBC/PKCS5Padding kafka | password.encoder.iterations = 4096 kafka | password.encoder.key.length = 128 kafka | password.encoder.keyfactory.algorithm = null kafka | password.encoder.old.secret = null kafka | password.encoder.secret = null kafka | principal.builder.class = class org.apache.kafka.common.security.authenticator.DefaultKafkaPrincipalBuilder kafka | process.roles = [broker, controller] kafka | producer.id.expiration.check.interval.ms = 600000 kafka | producer.id.expiration.ms = 86400000 kafka | producer.purgatory.purge.interval.requests = 1000 kafka | queued.max.request.bytes = -1 kafka | queued.max.requests = 500 kafka | quota.window.num = 11 kafka | quota.window.size.seconds = 1 kafka | remote.log.index.file.cache.total.size.bytes = 1073741824 kafka | remote.log.manager.task.interval.ms = 30000 kafka | remote.log.manager.task.retry.backoff.max.ms = 30000 kafka | remote.log.manager.task.retry.backoff.ms = 500 kafka | remote.log.manager.task.retry.jitter = 0.2 kafka | remote.log.manager.thread.pool.size = 10 kafka | remote.log.metadata.custom.metadata.max.bytes = 128 kafka | remote.log.metadata.manager.class.name = org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager kafka | remote.log.metadata.manager.class.path = null kafka | remote.log.metadata.manager.impl.prefix = rlmm.config. kafka | remote.log.metadata.manager.listener.name = null kafka | remote.log.reader.max.pending.tasks = 100 kafka | remote.log.reader.threads = 10 kafka | remote.log.storage.manager.class.name = null kafka | remote.log.storage.manager.class.path = null kafka | remote.log.storage.manager.impl.prefix = rsm.config. kafka | remote.log.storage.system.enable = false kafka | replica.fetch.backoff.ms = 1000 kafka | replica.fetch.max.bytes = 1048576 kafka | replica.fetch.min.bytes = 1 kafka | replica.fetch.response.max.bytes = 10485760 kafka | replica.fetch.wait.max.ms = 500 kafka | replica.high.watermark.checkpoint.interval.ms = 5000 kafka | replica.lag.time.max.ms = 30000 kafka | replica.selector.class = null kafka | replica.socket.receive.buffer.bytes = 65536 kafka | replica.socket.timeout.ms = 30000 kafka | replication.quota.window.num = 11 kafka | replication.quota.window.size.seconds = 1 kafka | request.timeout.ms = 30000 kafka | reserved.broker.max.id = 1000 kafka | sasl.client.callback.handler.class = null kafka | sasl.enabled.mechanisms = [GSSAPI] kafka | sasl.jaas.config = null kafka | sasl.kerberos.kinit.cmd = /usr/bin/kinit kafka | sasl.kerberos.min.time.before.relogin = 60000 kafka | sasl.kerberos.principal.to.local.rules = [DEFAULT] kafka | sasl.kerberos.service.name = null kafka | sasl.kerberos.ticket.renew.jitter = 0.05 kafka | sasl.kerberos.ticket.renew.window.factor = 0.8 kafka | sasl.login.callback.handler.class = null kafka | sasl.login.class = null kafka | sasl.login.connect.timeout.ms = null kafka | sasl.login.read.timeout.ms = null kafka | sasl.login.refresh.buffer.seconds = 300 kafka | sasl.login.refresh.min.period.seconds = 60 kafka | sasl.login.refresh.window.factor = 0.8 kafka | sasl.login.refresh.window.jitter = 0.05 kafka | sasl.login.retry.backoff.max.ms = 10000 kafka | sasl.login.retry.backoff.ms = 100 kafka | sasl.mechanism.controller.protocol = GSSAPI kafka | sasl.mechanism.inter.broker.protocol = GSSAPI kafka | sasl.oauthbearer.clock.skew.seconds = 30 kafka | sasl.oauthbearer.expected.audience = null kafka | sasl.oauthbearer.expected.issuer = null kafka | sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 kafka | sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 kafka | sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 kafka | sasl.oauthbearer.jwks.endpoint.url = null kafka | sasl.oauthbearer.scope.claim.name = scope kafka | sasl.oauthbearer.sub.claim.name = sub kafka | sasl.oauthbearer.token.endpoint.url = null kafka | sasl.server.callback.handler.class = null kafka | sasl.server.max.receive.size = 524288 kafka | security.inter.broker.protocol = PLAINTEXT kafka | security.providers = null kafka | server.max.startup.time.ms = 9223372036854775807 kafka | socket.connection.setup.timeout.max.ms = 30000 kafka | socket.connection.setup.timeout.ms = 10000 kafka | socket.listen.backlog.size = 50 kafka | socket.receive.buffer.bytes = 102400 kafka | socket.request.max.bytes = 104857600 kafka | socket.send.buffer.bytes = 102400 kafka | ssl.allow.dn.changes = false kafka | ssl.allow.san.changes = false kafka | ssl.cipher.suites = [] kafka | ssl.client.auth = none kafka | ssl.enabled.protocols = [TLSv1.2, TLSv1.3] kafka | ssl.endpoint.identification.algorithm = https kafka | ssl.engine.factory.class = null kafka | ssl.key.password = null kafka | ssl.keymanager.algorithm = SunX509 kafka | ssl.keystore.certificate.chain = null kafka | ssl.keystore.key = null kafka | ssl.keystore.location = null kafka | ssl.keystore.password = null kafka | ssl.keystore.type = JKS kafka | ssl.principal.mapping.rules = DEFAULT kafka | ssl.protocol = TLSv1.3 kafka | ssl.provider = null kafka | ssl.secure.random.implementation = null kafka | ssl.trustmanager.algorithm = PKIX kafka | ssl.truststore.certificates = null kafka | ssl.truststore.location = null kafka | ssl.truststore.password = null kafka | ssl.truststore.type = JKS kafka | telemetry.max.bytes = 1048576 kafka | transaction.abort.timed.out.transaction.cleanup.interval.ms = 10000 kafka | transaction.max.timeout.ms = 900000 kafka | transaction.partition.verification.enable = true kafka | transaction.remove.expired.transaction.cleanup.interval.ms = 3600000 kafka | transaction.state.log.load.buffer.size = 5242880 kafka | transaction.state.log.min.isr = 2 kafka | transaction.state.log.num.partitions = 50 kafka | transaction.state.log.replication.factor = 3 kafka | transaction.state.log.segment.bytes = 104857600 kafka | transactional.id.expiration.ms = 604800000 kafka | unclean.leader.election.enable = false kafka | unstable.api.versions.enable = false kafka | unstable.metadata.versions.enable = false kafka | zookeeper.clientCnxnSocket = null kafka | zookeeper.connect = kafka | zookeeper.connection.timeout.ms = null kafka | zookeeper.max.in.flight.requests = 10 kafka | zookeeper.metadata.migration.enable = false kafka | zookeeper.metadata.migration.min.batch.size = 200 kafka | zookeeper.session.timeout.ms = 18000 kafka | zookeeper.set.acl = false kafka | zookeeper.ssl.cipher.suites = null kafka | zookeeper.ssl.client.enable = false kafka | zookeeper.ssl.crl.enable = false kafka | zookeeper.ssl.enabled.protocols = null kafka | zookeeper.ssl.endpoint.identification.algorithm = HTTPS kafka | zookeeper.ssl.keystore.location = null kafka | zookeeper.ssl.keystore.password = null kafka | zookeeper.ssl.keystore.type = null kafka | zookeeper.ssl.ocsp.enable = false kafka | zookeeper.ssl.protocol = TLSv1.2 kafka | zookeeper.ssl.truststore.location = null kafka | zookeeper.ssl.truststore.password = null kafka | zookeeper.ssl.truststore.type = null kafka | (kafka.server.KafkaConfig) kafka | [2026-05-13 11:44:14,261] INFO [TxnMarkerSenderThread-1]: Starting (kafka.coordinator.transaction.TransactionMarkerChannelManager) kafka | [2026-05-13 11:44:14,304] INFO [BrokerServer id=1] Waiting for the broker to be unfenced (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:14,321] INFO [QuorumController id=1] The request from broker 1 to unfence has been granted because it has caught up with the offset of its register broker record 8. (org.apache.kafka.controller.BrokerHeartbeatManager) kafka | [2026-05-13 11:44:14,335] INFO [QuorumController id=1] Replayed BrokerRegistrationChangeRecord modifying the registration for broker 1: BrokerRegistrationChangeRecord(brokerId=1, brokerEpoch=8, fenced=-1, inControlledShutdown=0, logDirs=[]) (org.apache.kafka.controller.ClusterControlManager) kafka | [2026-05-13 11:44:14,379] INFO [BrokerLifecycleManager id=1] The broker has been unfenced. Transitioning from RECOVERY to RUNNING. (kafka.server.BrokerLifecycleManager) kafka | [2026-05-13 11:44:14,379] INFO [BrokerServer id=1] Finished waiting for the broker to be unfenced (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:14,380] INFO authorizerStart completed for endpoint PLAINTEXT_HOST. Endpoint is now READY. (org.apache.kafka.server.network.EndpointReadyFutures) kafka | [2026-05-13 11:44:14,380] INFO authorizerStart completed for endpoint PLAINTEXT. Endpoint is now READY. (org.apache.kafka.server.network.EndpointReadyFutures) kafka | [2026-05-13 11:44:14,380] INFO [SocketServer listenerType=BROKER, nodeId=1] Enabling request processing. (kafka.network.SocketServer) kafka | [2026-05-13 11:44:14,380] INFO Awaiting socket connections on kafka:9092. (kafka.network.DataPlaneAcceptor) kafka | [2026-05-13 11:44:14,393] INFO Awaiting socket connections on 0.0.0.0:29092. (kafka.network.DataPlaneAcceptor) kafka | [2026-05-13 11:44:14,414] INFO [BrokerServer id=1] Waiting for all of the authorizer futures to be completed (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:14,414] INFO [BrokerServer id=1] Finished waiting for all of the authorizer futures to be completed (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:14,414] INFO [BrokerServer id=1] Waiting for all of the SocketServer Acceptors to be started (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:14,414] INFO [BrokerServer id=1] Finished waiting for all of the SocketServer Acceptors to be started (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:14,414] INFO [BrokerServer id=1] Transition from STARTING to STARTED (kafka.server.BrokerServer) kafka | [2026-05-13 11:44:14,415] INFO Kafka version: 7.7.7-ccs (org.apache.kafka.common.utils.AppInfoParser) kafka | [2026-05-13 11:44:14,415] INFO Kafka commitId: fdd7d97c55329e51485991b5fccc9bb91e83cf76 (org.apache.kafka.common.utils.AppInfoParser) kafka | [2026-05-13 11:44:14,415] INFO Kafka startTimeMs: 1778672654414 (org.apache.kafka.common.utils.AppInfoParser) kafka | [2026-05-13 11:44:14,416] INFO [KafkaRaftServer nodeId=1] Kafka Server started (kafka.server.KafkaRaftServer) kafka | [2026-05-13 11:44:17,780] INFO [QuorumController id=1] CreateTopics result(s): CreatableTopic(name='policy-acruntime-participant', numPartitions=10, replicationFactor=1, assignments=[], configs=[]): SUCCESS (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:17,780] INFO [QuorumController id=1] Replayed TopicRecord for topic policy-acruntime-participant with topic ID xq9ZZ2OFSYeGSOAuxQP99g. (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:17,781] INFO [QuorumController id=1] Replayed PartitionRecord for new partition policy-acruntime-participant-0 with topic ID xq9ZZ2OFSYeGSOAuxQP99g and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:17,782] INFO [QuorumController id=1] Replayed PartitionRecord for new partition policy-acruntime-participant-1 with topic ID xq9ZZ2OFSYeGSOAuxQP99g and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:17,783] INFO [QuorumController id=1] Replayed PartitionRecord for new partition policy-acruntime-participant-2 with topic ID xq9ZZ2OFSYeGSOAuxQP99g and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:17,783] INFO [QuorumController id=1] Replayed PartitionRecord for new partition policy-acruntime-participant-3 with topic ID xq9ZZ2OFSYeGSOAuxQP99g and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:17,783] INFO [QuorumController id=1] Replayed PartitionRecord for new partition policy-acruntime-participant-4 with topic ID xq9ZZ2OFSYeGSOAuxQP99g and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:17,783] INFO [QuorumController id=1] Replayed PartitionRecord for new partition policy-acruntime-participant-5 with topic ID xq9ZZ2OFSYeGSOAuxQP99g and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:17,783] INFO [QuorumController id=1] Replayed PartitionRecord for new partition policy-acruntime-participant-6 with topic ID xq9ZZ2OFSYeGSOAuxQP99g and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:17,783] INFO [QuorumController id=1] Replayed PartitionRecord for new partition policy-acruntime-participant-7 with topic ID xq9ZZ2OFSYeGSOAuxQP99g and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:17,783] INFO [QuorumController id=1] Replayed PartitionRecord for new partition policy-acruntime-participant-8 with topic ID xq9ZZ2OFSYeGSOAuxQP99g and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:17,784] INFO [QuorumController id=1] Replayed PartitionRecord for new partition policy-acruntime-participant-9 with topic ID xq9ZZ2OFSYeGSOAuxQP99g and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:17,813] INFO [Broker id=1] Transitioning 10 partition(s) to local leaders. (state.change.logger) kafka | [2026-05-13 11:44:17,814] INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(policy-acruntime-participant-9, policy-acruntime-participant-7, policy-acruntime-participant-8, policy-acruntime-participant-5, policy-acruntime-participant-6, policy-acruntime-participant-3, policy-acruntime-participant-4, policy-acruntime-participant-1, policy-acruntime-participant-2, policy-acruntime-participant-0) (kafka.server.ReplicaFetcherManager) kafka | [2026-05-13 11:44:17,815] INFO [Broker id=1] Creating new partition policy-acruntime-participant-9 with topic id xq9ZZ2OFSYeGSOAuxQP99g. (state.change.logger) kafka | [2026-05-13 11:44:17,853] INFO [LogLoader partition=policy-acruntime-participant-9, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:17,855] INFO Created log for partition policy-acruntime-participant-9 in /var/lib/kafka/data/policy-acruntime-participant-9 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:17,856] INFO [Partition policy-acruntime-participant-9 broker=1] No checkpointed highwatermark is found for partition policy-acruntime-participant-9 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,857] INFO [Partition policy-acruntime-participant-9 broker=1] Log loaded for partition policy-acruntime-participant-9 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,859] INFO [Broker id=1] Leader policy-acruntime-participant-9 with topic id Some(xq9ZZ2OFSYeGSOAuxQP99g) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:17,867] INFO [Broker id=1] Creating new partition policy-acruntime-participant-7 with topic id xq9ZZ2OFSYeGSOAuxQP99g. (state.change.logger) kafka | [2026-05-13 11:44:17,870] INFO [LogLoader partition=policy-acruntime-participant-7, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:17,870] INFO Created log for partition policy-acruntime-participant-7 in /var/lib/kafka/data/policy-acruntime-participant-7 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:17,870] INFO [Partition policy-acruntime-participant-7 broker=1] No checkpointed highwatermark is found for partition policy-acruntime-participant-7 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,870] INFO [Partition policy-acruntime-participant-7 broker=1] Log loaded for partition policy-acruntime-participant-7 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,870] INFO [Broker id=1] Leader policy-acruntime-participant-7 with topic id Some(xq9ZZ2OFSYeGSOAuxQP99g) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:17,885] INFO [Broker id=1] Creating new partition policy-acruntime-participant-8 with topic id xq9ZZ2OFSYeGSOAuxQP99g. (state.change.logger) kafka | [2026-05-13 11:44:17,888] INFO [LogLoader partition=policy-acruntime-participant-8, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:17,888] INFO Created log for partition policy-acruntime-participant-8 in /var/lib/kafka/data/policy-acruntime-participant-8 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:17,888] INFO [Partition policy-acruntime-participant-8 broker=1] No checkpointed highwatermark is found for partition policy-acruntime-participant-8 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,888] INFO [Partition policy-acruntime-participant-8 broker=1] Log loaded for partition policy-acruntime-participant-8 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,888] INFO [Broker id=1] Leader policy-acruntime-participant-8 with topic id Some(xq9ZZ2OFSYeGSOAuxQP99g) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:17,894] INFO [Broker id=1] Creating new partition policy-acruntime-participant-5 with topic id xq9ZZ2OFSYeGSOAuxQP99g. (state.change.logger) kafka | [2026-05-13 11:44:17,900] INFO [LogLoader partition=policy-acruntime-participant-5, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:17,900] INFO Created log for partition policy-acruntime-participant-5 in /var/lib/kafka/data/policy-acruntime-participant-5 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:17,900] INFO [Partition policy-acruntime-participant-5 broker=1] No checkpointed highwatermark is found for partition policy-acruntime-participant-5 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,900] INFO [Partition policy-acruntime-participant-5 broker=1] Log loaded for partition policy-acruntime-participant-5 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,901] INFO [Broker id=1] Leader policy-acruntime-participant-5 with topic id Some(xq9ZZ2OFSYeGSOAuxQP99g) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:17,906] INFO [Broker id=1] Creating new partition policy-acruntime-participant-6 with topic id xq9ZZ2OFSYeGSOAuxQP99g. (state.change.logger) kafka | [2026-05-13 11:44:17,910] INFO [LogLoader partition=policy-acruntime-participant-6, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:17,910] INFO Created log for partition policy-acruntime-participant-6 in /var/lib/kafka/data/policy-acruntime-participant-6 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:17,910] INFO [Partition policy-acruntime-participant-6 broker=1] No checkpointed highwatermark is found for partition policy-acruntime-participant-6 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,910] INFO [Partition policy-acruntime-participant-6 broker=1] Log loaded for partition policy-acruntime-participant-6 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,910] INFO [Broker id=1] Leader policy-acruntime-participant-6 with topic id Some(xq9ZZ2OFSYeGSOAuxQP99g) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:17,920] INFO [Broker id=1] Creating new partition policy-acruntime-participant-3 with topic id xq9ZZ2OFSYeGSOAuxQP99g. (state.change.logger) kafka | [2026-05-13 11:44:17,923] INFO [LogLoader partition=policy-acruntime-participant-3, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:17,924] INFO Created log for partition policy-acruntime-participant-3 in /var/lib/kafka/data/policy-acruntime-participant-3 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:17,924] INFO [Partition policy-acruntime-participant-3 broker=1] No checkpointed highwatermark is found for partition policy-acruntime-participant-3 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,928] INFO [Partition policy-acruntime-participant-3 broker=1] Log loaded for partition policy-acruntime-participant-3 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,929] INFO [Broker id=1] Leader policy-acruntime-participant-3 with topic id Some(xq9ZZ2OFSYeGSOAuxQP99g) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:17,941] INFO [Broker id=1] Creating new partition policy-acruntime-participant-4 with topic id xq9ZZ2OFSYeGSOAuxQP99g. (state.change.logger) kafka | [2026-05-13 11:44:17,944] INFO [LogLoader partition=policy-acruntime-participant-4, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:17,945] INFO Created log for partition policy-acruntime-participant-4 in /var/lib/kafka/data/policy-acruntime-participant-4 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:17,945] INFO [Partition policy-acruntime-participant-4 broker=1] No checkpointed highwatermark is found for partition policy-acruntime-participant-4 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,945] INFO [Partition policy-acruntime-participant-4 broker=1] Log loaded for partition policy-acruntime-participant-4 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,945] INFO [Broker id=1] Leader policy-acruntime-participant-4 with topic id Some(xq9ZZ2OFSYeGSOAuxQP99g) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:17,957] INFO [Broker id=1] Creating new partition policy-acruntime-participant-1 with topic id xq9ZZ2OFSYeGSOAuxQP99g. (state.change.logger) kafka | [2026-05-13 11:44:17,961] INFO [LogLoader partition=policy-acruntime-participant-1, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:17,962] INFO Created log for partition policy-acruntime-participant-1 in /var/lib/kafka/data/policy-acruntime-participant-1 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:17,962] INFO [Partition policy-acruntime-participant-1 broker=1] No checkpointed highwatermark is found for partition policy-acruntime-participant-1 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,962] INFO [Partition policy-acruntime-participant-1 broker=1] Log loaded for partition policy-acruntime-participant-1 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,963] INFO [Broker id=1] Leader policy-acruntime-participant-1 with topic id Some(xq9ZZ2OFSYeGSOAuxQP99g) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:17,979] INFO [Broker id=1] Creating new partition policy-acruntime-participant-2 with topic id xq9ZZ2OFSYeGSOAuxQP99g. (state.change.logger) kafka | [2026-05-13 11:44:17,981] INFO [LogLoader partition=policy-acruntime-participant-2, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:17,981] INFO Created log for partition policy-acruntime-participant-2 in /var/lib/kafka/data/policy-acruntime-participant-2 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:17,981] INFO [Partition policy-acruntime-participant-2 broker=1] No checkpointed highwatermark is found for partition policy-acruntime-participant-2 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,982] INFO [Partition policy-acruntime-participant-2 broker=1] Log loaded for partition policy-acruntime-participant-2 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,982] INFO [Broker id=1] Leader policy-acruntime-participant-2 with topic id Some(xq9ZZ2OFSYeGSOAuxQP99g) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:17,986] INFO [Broker id=1] Creating new partition policy-acruntime-participant-0 with topic id xq9ZZ2OFSYeGSOAuxQP99g. (state.change.logger) kafka | [2026-05-13 11:44:17,989] INFO [LogLoader partition=policy-acruntime-participant-0, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:17,990] INFO Created log for partition policy-acruntime-participant-0 in /var/lib/kafka/data/policy-acruntime-participant-0 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:17,990] INFO [Partition policy-acruntime-participant-0 broker=1] No checkpointed highwatermark is found for partition policy-acruntime-participant-0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,990] INFO [Partition policy-acruntime-participant-0 broker=1] Log loaded for partition policy-acruntime-participant-0 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:17,990] INFO [Broker id=1] Leader policy-acruntime-participant-0 with topic id Some(xq9ZZ2OFSYeGSOAuxQP99g) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,021] INFO [QuorumController id=1] CreateTopics result(s): CreatableTopic(name='acm-ppnt-sync', numPartitions=10, replicationFactor=1, assignments=[], configs=[]): SUCCESS (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,022] INFO [QuorumController id=1] Replayed TopicRecord for topic acm-ppnt-sync with topic ID yeXOGrBwQmW_hrxmTMRD1Q. (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,022] INFO [QuorumController id=1] Replayed PartitionRecord for new partition acm-ppnt-sync-0 with topic ID yeXOGrBwQmW_hrxmTMRD1Q and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,022] INFO [QuorumController id=1] Replayed PartitionRecord for new partition acm-ppnt-sync-1 with topic ID yeXOGrBwQmW_hrxmTMRD1Q and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,022] INFO [QuorumController id=1] Replayed PartitionRecord for new partition acm-ppnt-sync-2 with topic ID yeXOGrBwQmW_hrxmTMRD1Q and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,022] INFO [QuorumController id=1] Replayed PartitionRecord for new partition acm-ppnt-sync-3 with topic ID yeXOGrBwQmW_hrxmTMRD1Q and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,022] INFO [QuorumController id=1] Replayed PartitionRecord for new partition acm-ppnt-sync-4 with topic ID yeXOGrBwQmW_hrxmTMRD1Q and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,022] INFO [QuorumController id=1] Replayed PartitionRecord for new partition acm-ppnt-sync-5 with topic ID yeXOGrBwQmW_hrxmTMRD1Q and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,022] INFO [QuorumController id=1] Replayed PartitionRecord for new partition acm-ppnt-sync-6 with topic ID yeXOGrBwQmW_hrxmTMRD1Q and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,022] INFO [QuorumController id=1] Replayed PartitionRecord for new partition acm-ppnt-sync-7 with topic ID yeXOGrBwQmW_hrxmTMRD1Q and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,023] INFO [QuorumController id=1] Replayed PartitionRecord for new partition acm-ppnt-sync-8 with topic ID yeXOGrBwQmW_hrxmTMRD1Q and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,023] INFO [QuorumController id=1] Replayed PartitionRecord for new partition acm-ppnt-sync-9 with topic ID yeXOGrBwQmW_hrxmTMRD1Q and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,050] INFO [Broker id=1] Transitioning 10 partition(s) to local leaders. (state.change.logger) kafka | [2026-05-13 11:44:20,050] INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(acm-ppnt-sync-0, acm-ppnt-sync-1, acm-ppnt-sync-4, acm-ppnt-sync-5, acm-ppnt-sync-2, acm-ppnt-sync-3, acm-ppnt-sync-8, acm-ppnt-sync-9, acm-ppnt-sync-6, acm-ppnt-sync-7) (kafka.server.ReplicaFetcherManager) kafka | [2026-05-13 11:44:20,050] INFO [Broker id=1] Creating new partition acm-ppnt-sync-0 with topic id yeXOGrBwQmW_hrxmTMRD1Q. (state.change.logger) kafka | [2026-05-13 11:44:20,052] INFO [LogLoader partition=acm-ppnt-sync-0, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,052] INFO Created log for partition acm-ppnt-sync-0 in /var/lib/kafka/data/acm-ppnt-sync-0 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,054] INFO [Partition acm-ppnt-sync-0 broker=1] No checkpointed highwatermark is found for partition acm-ppnt-sync-0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,054] INFO [Partition acm-ppnt-sync-0 broker=1] Log loaded for partition acm-ppnt-sync-0 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,054] INFO [Broker id=1] Leader acm-ppnt-sync-0 with topic id Some(yeXOGrBwQmW_hrxmTMRD1Q) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,059] INFO [Broker id=1] Creating new partition acm-ppnt-sync-1 with topic id yeXOGrBwQmW_hrxmTMRD1Q. (state.change.logger) kafka | [2026-05-13 11:44:20,066] INFO [LogLoader partition=acm-ppnt-sync-1, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,067] INFO Created log for partition acm-ppnt-sync-1 in /var/lib/kafka/data/acm-ppnt-sync-1 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,067] INFO [Partition acm-ppnt-sync-1 broker=1] No checkpointed highwatermark is found for partition acm-ppnt-sync-1 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,067] INFO [Partition acm-ppnt-sync-1 broker=1] Log loaded for partition acm-ppnt-sync-1 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,067] INFO [Broker id=1] Leader acm-ppnt-sync-1 with topic id Some(yeXOGrBwQmW_hrxmTMRD1Q) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,081] INFO [Broker id=1] Creating new partition acm-ppnt-sync-4 with topic id yeXOGrBwQmW_hrxmTMRD1Q. (state.change.logger) kafka | [2026-05-13 11:44:20,083] INFO [LogLoader partition=acm-ppnt-sync-4, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,084] INFO Created log for partition acm-ppnt-sync-4 in /var/lib/kafka/data/acm-ppnt-sync-4 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,084] INFO [Partition acm-ppnt-sync-4 broker=1] No checkpointed highwatermark is found for partition acm-ppnt-sync-4 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,084] INFO [Partition acm-ppnt-sync-4 broker=1] Log loaded for partition acm-ppnt-sync-4 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,084] INFO [Broker id=1] Leader acm-ppnt-sync-4 with topic id Some(yeXOGrBwQmW_hrxmTMRD1Q) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,090] INFO [Broker id=1] Creating new partition acm-ppnt-sync-5 with topic id yeXOGrBwQmW_hrxmTMRD1Q. (state.change.logger) kafka | [2026-05-13 11:44:20,092] INFO [LogLoader partition=acm-ppnt-sync-5, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,092] INFO Created log for partition acm-ppnt-sync-5 in /var/lib/kafka/data/acm-ppnt-sync-5 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,092] INFO [Partition acm-ppnt-sync-5 broker=1] No checkpointed highwatermark is found for partition acm-ppnt-sync-5 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,093] INFO [Partition acm-ppnt-sync-5 broker=1] Log loaded for partition acm-ppnt-sync-5 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,093] INFO [Broker id=1] Leader acm-ppnt-sync-5 with topic id Some(yeXOGrBwQmW_hrxmTMRD1Q) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,099] INFO [Broker id=1] Creating new partition acm-ppnt-sync-2 with topic id yeXOGrBwQmW_hrxmTMRD1Q. (state.change.logger) kafka | [2026-05-13 11:44:20,101] INFO [LogLoader partition=acm-ppnt-sync-2, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,101] INFO Created log for partition acm-ppnt-sync-2 in /var/lib/kafka/data/acm-ppnt-sync-2 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,101] INFO [Partition acm-ppnt-sync-2 broker=1] No checkpointed highwatermark is found for partition acm-ppnt-sync-2 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,101] INFO [Partition acm-ppnt-sync-2 broker=1] Log loaded for partition acm-ppnt-sync-2 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,101] INFO [Broker id=1] Leader acm-ppnt-sync-2 with topic id Some(yeXOGrBwQmW_hrxmTMRD1Q) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,107] INFO [Broker id=1] Creating new partition acm-ppnt-sync-3 with topic id yeXOGrBwQmW_hrxmTMRD1Q. (state.change.logger) kafka | [2026-05-13 11:44:20,110] INFO [LogLoader partition=acm-ppnt-sync-3, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,110] INFO Created log for partition acm-ppnt-sync-3 in /var/lib/kafka/data/acm-ppnt-sync-3 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,110] INFO [Partition acm-ppnt-sync-3 broker=1] No checkpointed highwatermark is found for partition acm-ppnt-sync-3 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,110] INFO [Partition acm-ppnt-sync-3 broker=1] Log loaded for partition acm-ppnt-sync-3 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,111] INFO [Broker id=1] Leader acm-ppnt-sync-3 with topic id Some(yeXOGrBwQmW_hrxmTMRD1Q) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,115] INFO [Broker id=1] Creating new partition acm-ppnt-sync-8 with topic id yeXOGrBwQmW_hrxmTMRD1Q. (state.change.logger) kafka | [2026-05-13 11:44:20,117] INFO [LogLoader partition=acm-ppnt-sync-8, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,117] INFO Created log for partition acm-ppnt-sync-8 in /var/lib/kafka/data/acm-ppnt-sync-8 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,117] INFO [Partition acm-ppnt-sync-8 broker=1] No checkpointed highwatermark is found for partition acm-ppnt-sync-8 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,117] INFO [Partition acm-ppnt-sync-8 broker=1] Log loaded for partition acm-ppnt-sync-8 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,118] INFO [Broker id=1] Leader acm-ppnt-sync-8 with topic id Some(yeXOGrBwQmW_hrxmTMRD1Q) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,124] INFO [Broker id=1] Creating new partition acm-ppnt-sync-9 with topic id yeXOGrBwQmW_hrxmTMRD1Q. (state.change.logger) kafka | [2026-05-13 11:44:20,125] INFO [LogLoader partition=acm-ppnt-sync-9, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,126] INFO Created log for partition acm-ppnt-sync-9 in /var/lib/kafka/data/acm-ppnt-sync-9 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,126] INFO [Partition acm-ppnt-sync-9 broker=1] No checkpointed highwatermark is found for partition acm-ppnt-sync-9 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,126] INFO [Partition acm-ppnt-sync-9 broker=1] Log loaded for partition acm-ppnt-sync-9 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,126] INFO [Broker id=1] Leader acm-ppnt-sync-9 with topic id Some(yeXOGrBwQmW_hrxmTMRD1Q) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,131] INFO [Broker id=1] Creating new partition acm-ppnt-sync-6 with topic id yeXOGrBwQmW_hrxmTMRD1Q. (state.change.logger) kafka | [2026-05-13 11:44:20,133] INFO [LogLoader partition=acm-ppnt-sync-6, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,133] INFO Created log for partition acm-ppnt-sync-6 in /var/lib/kafka/data/acm-ppnt-sync-6 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,133] INFO [Partition acm-ppnt-sync-6 broker=1] No checkpointed highwatermark is found for partition acm-ppnt-sync-6 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,133] INFO [Partition acm-ppnt-sync-6 broker=1] Log loaded for partition acm-ppnt-sync-6 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,134] INFO [Broker id=1] Leader acm-ppnt-sync-6 with topic id Some(yeXOGrBwQmW_hrxmTMRD1Q) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,140] INFO [Broker id=1] Creating new partition acm-ppnt-sync-7 with topic id yeXOGrBwQmW_hrxmTMRD1Q. (state.change.logger) kafka | [2026-05-13 11:44:20,143] INFO [LogLoader partition=acm-ppnt-sync-7, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,144] INFO Created log for partition acm-ppnt-sync-7 in /var/lib/kafka/data/acm-ppnt-sync-7 with properties {} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,144] INFO [Partition acm-ppnt-sync-7 broker=1] No checkpointed highwatermark is found for partition acm-ppnt-sync-7 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,144] INFO [Partition acm-ppnt-sync-7 broker=1] Log loaded for partition acm-ppnt-sync-7 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,144] INFO [Broker id=1] Leader acm-ppnt-sync-7 with topic id Some(yeXOGrBwQmW_hrxmTMRD1Q) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,760] INFO Sent auto-creation request for Set(__consumer_offsets) to the active controller. (kafka.server.DefaultAutoTopicCreationManager) kafka | [2026-05-13 11:44:20,766] INFO [QuorumController id=1] CreateTopics result(s): CreatableTopic(name='__consumer_offsets', numPartitions=50, replicationFactor=1, assignments=[], configs=[CreateableTopicConfig(name='compression.type', value='producer'), CreateableTopicConfig(name='cleanup.policy', value='compact'), CreateableTopicConfig(name='segment.bytes', value='104857600')]): SUCCESS (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,766] INFO [QuorumController id=1] Replayed TopicRecord for topic __consumer_offsets with topic ID doJauxheR6eanMqIoy68Wg. (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,766] INFO [QuorumController id=1] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='__consumer_offsets') which set configuration compression.type to producer (org.apache.kafka.controller.ConfigurationControlManager) kafka | [2026-05-13 11:44:20,766] INFO [QuorumController id=1] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='__consumer_offsets') which set configuration cleanup.policy to compact (org.apache.kafka.controller.ConfigurationControlManager) kafka | [2026-05-13 11:44:20,766] INFO [QuorumController id=1] Replayed ConfigRecord for ConfigResource(type=TOPIC, name='__consumer_offsets') which set configuration segment.bytes to 104857600 (org.apache.kafka.controller.ConfigurationControlManager) kafka | [2026-05-13 11:44:20,766] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-0 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,767] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-1 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,767] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-2 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,767] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-3 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,767] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-4 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,767] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-5 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,767] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-6 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,767] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-7 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,767] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-8 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,767] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-9 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,767] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-10 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,768] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-11 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,768] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-12 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,768] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-13 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,769] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-14 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,769] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-15 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,769] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-16 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,769] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-17 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,769] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-18 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,770] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-19 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,770] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-20 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,770] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-21 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,770] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-22 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,770] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-23 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,770] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-24 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,770] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-25 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,770] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-26 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,770] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-27 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,770] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-28 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,770] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-29 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,770] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-30 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,771] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-31 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,771] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-32 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,771] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-33 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,771] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-34 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,771] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-35 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,771] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-36 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,771] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-37 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,771] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-38 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,771] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-39 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,771] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-40 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,771] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-41 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,771] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-42 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,771] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-43 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,772] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-44 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,772] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-45 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,772] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-46 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,772] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-47 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,772] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-48 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,772] INFO [QuorumController id=1] Replayed PartitionRecord for new partition __consumer_offsets-49 with topic ID doJauxheR6eanMqIoy68Wg and PartitionRegistration(replicas=[1], directories=[Y5JsVt_EwbF9ZpdHaSASKQ], isr=[1], removingReplicas=[], addingReplicas=[], elr=[], lastKnownElr=[], leader=1, leaderRecoveryState=RECOVERED, leaderEpoch=0, partitionEpoch=0). (org.apache.kafka.controller.ReplicationControlManager) kafka | [2026-05-13 11:44:20,801] INFO [Broker id=1] Transitioning 50 partition(s) to local leaders. (state.change.logger) kafka | [2026-05-13 11:44:20,802] INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(__consumer_offsets-13, __consumer_offsets-46, __consumer_offsets-9, __consumer_offsets-42, __consumer_offsets-21, __consumer_offsets-17, __consumer_offsets-30, __consumer_offsets-26, __consumer_offsets-5, __consumer_offsets-38, __consumer_offsets-1, __consumer_offsets-34, __consumer_offsets-16, __consumer_offsets-45, __consumer_offsets-12, __consumer_offsets-41, __consumer_offsets-24, __consumer_offsets-20, __consumer_offsets-49, __consumer_offsets-0, __consumer_offsets-29, __consumer_offsets-25, __consumer_offsets-8, __consumer_offsets-37, __consumer_offsets-4, __consumer_offsets-33, __consumer_offsets-15, __consumer_offsets-48, __consumer_offsets-11, __consumer_offsets-44, __consumer_offsets-23, __consumer_offsets-19, __consumer_offsets-32, __consumer_offsets-28, __consumer_offsets-7, __consumer_offsets-40, __consumer_offsets-3, __consumer_offsets-36, __consumer_offsets-47, __consumer_offsets-14, __consumer_offsets-43, __consumer_offsets-10, __consumer_offsets-22, __consumer_offsets-18, __consumer_offsets-31, __consumer_offsets-27, __consumer_offsets-39, __consumer_offsets-6, __consumer_offsets-35, __consumer_offsets-2) (kafka.server.ReplicaFetcherManager) kafka | [2026-05-13 11:44:20,802] INFO [Broker id=1] Creating new partition __consumer_offsets-13 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:20,805] INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,806] INFO Created log for partition __consumer_offsets-13 in /var/lib/kafka/data/__consumer_offsets-13 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,807] INFO [Partition __consumer_offsets-13 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-13 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,807] INFO [Partition __consumer_offsets-13 broker=1] Log loaded for partition __consumer_offsets-13 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,807] INFO [Broker id=1] Leader __consumer_offsets-13 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,810] INFO [Broker id=1] Creating new partition __consumer_offsets-46 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:20,813] INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,814] INFO Created log for partition __consumer_offsets-46 in /var/lib/kafka/data/__consumer_offsets-46 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,815] INFO [Partition __consumer_offsets-46 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-46 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,815] INFO [Partition __consumer_offsets-46 broker=1] Log loaded for partition __consumer_offsets-46 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,815] INFO [Broker id=1] Leader __consumer_offsets-46 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,819] INFO [Broker id=1] Creating new partition __consumer_offsets-9 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:20,822] INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,822] INFO Created log for partition __consumer_offsets-9 in /var/lib/kafka/data/__consumer_offsets-9 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,822] INFO [Partition __consumer_offsets-9 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-9 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,822] INFO [Partition __consumer_offsets-9 broker=1] Log loaded for partition __consumer_offsets-9 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,823] INFO [Broker id=1] Leader __consumer_offsets-9 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,827] INFO [Broker id=1] Creating new partition __consumer_offsets-42 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:20,830] INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,831] INFO Created log for partition __consumer_offsets-42 in /var/lib/kafka/data/__consumer_offsets-42 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,831] INFO [Partition __consumer_offsets-42 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-42 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,831] INFO [Partition __consumer_offsets-42 broker=1] Log loaded for partition __consumer_offsets-42 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,831] INFO [Broker id=1] Leader __consumer_offsets-42 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,843] INFO [Broker id=1] Creating new partition __consumer_offsets-21 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:20,847] INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,861] INFO Created log for partition __consumer_offsets-21 in /var/lib/kafka/data/__consumer_offsets-21 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,861] INFO [Partition __consumer_offsets-21 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-21 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,861] INFO [Partition __consumer_offsets-21 broker=1] Log loaded for partition __consumer_offsets-21 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,862] INFO [Broker id=1] Leader __consumer_offsets-21 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,865] INFO [Broker id=1] Creating new partition __consumer_offsets-17 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:20,868] INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,868] INFO Created log for partition __consumer_offsets-17 in /var/lib/kafka/data/__consumer_offsets-17 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,875] INFO [Partition __consumer_offsets-17 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-17 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,877] INFO [Partition __consumer_offsets-17 broker=1] Log loaded for partition __consumer_offsets-17 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,877] INFO [Broker id=1] Leader __consumer_offsets-17 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,881] INFO [Broker id=1] Creating new partition __consumer_offsets-30 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:20,884] INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,885] INFO Created log for partition __consumer_offsets-30 in /var/lib/kafka/data/__consumer_offsets-30 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,885] INFO [Partition __consumer_offsets-30 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-30 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,885] INFO [Partition __consumer_offsets-30 broker=1] Log loaded for partition __consumer_offsets-30 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,885] INFO [Broker id=1] Leader __consumer_offsets-30 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,892] INFO [Broker id=1] Creating new partition __consumer_offsets-26 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:20,895] INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,904] INFO Created log for partition __consumer_offsets-26 in /var/lib/kafka/data/__consumer_offsets-26 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,905] INFO [Partition __consumer_offsets-26 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-26 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,905] INFO [Partition __consumer_offsets-26 broker=1] Log loaded for partition __consumer_offsets-26 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,905] INFO [Broker id=1] Leader __consumer_offsets-26 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,917] INFO [Broker id=1] Creating new partition __consumer_offsets-5 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:20,929] INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,934] INFO Created log for partition __consumer_offsets-5 in /var/lib/kafka/data/__consumer_offsets-5 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,934] INFO [QuorumController id=1] Replaying ProducerIdsRecord ProducerIdsRecord(brokerId=1, brokerEpoch=8, nextProducerId=1000) (org.apache.kafka.controller.ProducerIdControlManager) kafka | [2026-05-13 11:44:20,935] INFO [Partition __consumer_offsets-5 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-5 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,935] INFO [Partition __consumer_offsets-5 broker=1] Log loaded for partition __consumer_offsets-5 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,935] INFO [Broker id=1] Leader __consumer_offsets-5 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,942] INFO [Broker id=1] Creating new partition __consumer_offsets-38 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:20,944] INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,948] INFO Created log for partition __consumer_offsets-38 in /var/lib/kafka/data/__consumer_offsets-38 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,948] INFO [Partition __consumer_offsets-38 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-38 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,948] INFO [Partition __consumer_offsets-38 broker=1] Log loaded for partition __consumer_offsets-38 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,948] INFO [Broker id=1] Leader __consumer_offsets-38 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,960] INFO [Broker id=1] Creating new partition __consumer_offsets-1 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:20,965] INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,966] INFO Created log for partition __consumer_offsets-1 in /var/lib/kafka/data/__consumer_offsets-1 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,966] INFO [Partition __consumer_offsets-1 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-1 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,966] INFO [Partition __consumer_offsets-1 broker=1] Log loaded for partition __consumer_offsets-1 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,966] INFO [Broker id=1] Leader __consumer_offsets-1 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:20,972] INFO [Broker id=1] Creating new partition __consumer_offsets-34 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:20,979] INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:20,982] INFO Created log for partition __consumer_offsets-34 in /var/lib/kafka/data/__consumer_offsets-34 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:20,982] INFO [Partition __consumer_offsets-34 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-34 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,982] INFO [Partition __consumer_offsets-34 broker=1] Log loaded for partition __consumer_offsets-34 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:20,990] INFO [Broker id=1] Leader __consumer_offsets-34 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,000] INFO [Broker id=1] Creating new partition __consumer_offsets-16 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,002] INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,003] INFO Created log for partition __consumer_offsets-16 in /var/lib/kafka/data/__consumer_offsets-16 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,003] INFO [Partition __consumer_offsets-16 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-16 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,003] INFO [Partition __consumer_offsets-16 broker=1] Log loaded for partition __consumer_offsets-16 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,003] INFO [Broker id=1] Leader __consumer_offsets-16 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,024] INFO [Broker id=1] Creating new partition __consumer_offsets-45 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,026] INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,026] INFO Created log for partition __consumer_offsets-45 in /var/lib/kafka/data/__consumer_offsets-45 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,026] INFO [Partition __consumer_offsets-45 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-45 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,026] INFO [Partition __consumer_offsets-45 broker=1] Log loaded for partition __consumer_offsets-45 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,027] INFO [Broker id=1] Leader __consumer_offsets-45 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,036] INFO [Broker id=1] Creating new partition __consumer_offsets-12 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,040] INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,059] INFO Created log for partition __consumer_offsets-12 in /var/lib/kafka/data/__consumer_offsets-12 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,059] INFO [Partition __consumer_offsets-12 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-12 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,059] INFO [Partition __consumer_offsets-12 broker=1] Log loaded for partition __consumer_offsets-12 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,059] INFO [Broker id=1] Leader __consumer_offsets-12 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,072] INFO [Broker id=1] Creating new partition __consumer_offsets-41 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,075] INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,075] INFO Created log for partition __consumer_offsets-41 in /var/lib/kafka/data/__consumer_offsets-41 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,075] INFO [Partition __consumer_offsets-41 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-41 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,075] INFO [Partition __consumer_offsets-41 broker=1] Log loaded for partition __consumer_offsets-41 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,075] INFO [Broker id=1] Leader __consumer_offsets-41 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,090] INFO [Broker id=1] Creating new partition __consumer_offsets-24 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,097] INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,097] INFO Created log for partition __consumer_offsets-24 in /var/lib/kafka/data/__consumer_offsets-24 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,097] INFO [Partition __consumer_offsets-24 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-24 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,097] INFO [Partition __consumer_offsets-24 broker=1] Log loaded for partition __consumer_offsets-24 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,097] INFO [Broker id=1] Leader __consumer_offsets-24 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,121] INFO [Broker id=1] Creating new partition __consumer_offsets-20 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,123] INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,124] INFO Created log for partition __consumer_offsets-20 in /var/lib/kafka/data/__consumer_offsets-20 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,124] INFO [Partition __consumer_offsets-20 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-20 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,124] INFO [Partition __consumer_offsets-20 broker=1] Log loaded for partition __consumer_offsets-20 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,124] INFO [Broker id=1] Leader __consumer_offsets-20 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,136] INFO [Broker id=1] Creating new partition __consumer_offsets-49 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,139] INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,139] INFO Created log for partition __consumer_offsets-49 in /var/lib/kafka/data/__consumer_offsets-49 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,139] INFO [Partition __consumer_offsets-49 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-49 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,139] INFO [Partition __consumer_offsets-49 broker=1] Log loaded for partition __consumer_offsets-49 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,140] INFO [Broker id=1] Leader __consumer_offsets-49 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,150] INFO [Broker id=1] Creating new partition __consumer_offsets-0 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,153] INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,159] INFO Created log for partition __consumer_offsets-0 in /var/lib/kafka/data/__consumer_offsets-0 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,160] INFO [Partition __consumer_offsets-0 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,160] INFO [Partition __consumer_offsets-0 broker=1] Log loaded for partition __consumer_offsets-0 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,160] INFO [Broker id=1] Leader __consumer_offsets-0 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,171] INFO [Broker id=1] Creating new partition __consumer_offsets-29 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,174] INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,174] INFO Created log for partition __consumer_offsets-29 in /var/lib/kafka/data/__consumer_offsets-29 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,174] INFO [Partition __consumer_offsets-29 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-29 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,174] INFO [Partition __consumer_offsets-29 broker=1] Log loaded for partition __consumer_offsets-29 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,174] INFO [Broker id=1] Leader __consumer_offsets-29 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,191] INFO [Broker id=1] Creating new partition __consumer_offsets-25 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,193] INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,194] INFO Created log for partition __consumer_offsets-25 in /var/lib/kafka/data/__consumer_offsets-25 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,194] INFO [Partition __consumer_offsets-25 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-25 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,194] INFO [Partition __consumer_offsets-25 broker=1] Log loaded for partition __consumer_offsets-25 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,194] INFO [Broker id=1] Leader __consumer_offsets-25 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,223] INFO [Broker id=1] Creating new partition __consumer_offsets-8 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,225] INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,226] INFO Created log for partition __consumer_offsets-8 in /var/lib/kafka/data/__consumer_offsets-8 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,226] INFO [Partition __consumer_offsets-8 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-8 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,226] INFO [Partition __consumer_offsets-8 broker=1] Log loaded for partition __consumer_offsets-8 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,226] INFO [Broker id=1] Leader __consumer_offsets-8 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,234] INFO [Broker id=1] Creating new partition __consumer_offsets-37 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,236] INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,236] INFO Created log for partition __consumer_offsets-37 in /var/lib/kafka/data/__consumer_offsets-37 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,236] INFO [Partition __consumer_offsets-37 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-37 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,236] INFO [Partition __consumer_offsets-37 broker=1] Log loaded for partition __consumer_offsets-37 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,236] INFO [Broker id=1] Leader __consumer_offsets-37 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,244] INFO [Broker id=1] Creating new partition __consumer_offsets-4 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,246] INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,246] INFO Created log for partition __consumer_offsets-4 in /var/lib/kafka/data/__consumer_offsets-4 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,246] INFO [Partition __consumer_offsets-4 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-4 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,246] INFO [Partition __consumer_offsets-4 broker=1] Log loaded for partition __consumer_offsets-4 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,247] INFO [Broker id=1] Leader __consumer_offsets-4 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,269] INFO [Broker id=1] Creating new partition __consumer_offsets-33 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,272] INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,273] INFO Created log for partition __consumer_offsets-33 in /var/lib/kafka/data/__consumer_offsets-33 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,273] INFO [Partition __consumer_offsets-33 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-33 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,273] INFO [Partition __consumer_offsets-33 broker=1] Log loaded for partition __consumer_offsets-33 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,273] INFO [Broker id=1] Leader __consumer_offsets-33 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,283] INFO [Broker id=1] Creating new partition __consumer_offsets-15 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,285] INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,285] INFO Created log for partition __consumer_offsets-15 in /var/lib/kafka/data/__consumer_offsets-15 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,285] INFO [Partition __consumer_offsets-15 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-15 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,285] INFO [Partition __consumer_offsets-15 broker=1] Log loaded for partition __consumer_offsets-15 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,286] INFO [Broker id=1] Leader __consumer_offsets-15 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,297] INFO [Broker id=1] Creating new partition __consumer_offsets-48 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,299] INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,299] INFO Created log for partition __consumer_offsets-48 in /var/lib/kafka/data/__consumer_offsets-48 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,299] INFO [Partition __consumer_offsets-48 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-48 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,299] INFO [Partition __consumer_offsets-48 broker=1] Log loaded for partition __consumer_offsets-48 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,300] INFO [Broker id=1] Leader __consumer_offsets-48 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,309] INFO [Broker id=1] Creating new partition __consumer_offsets-11 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,311] INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,312] INFO Created log for partition __consumer_offsets-11 in /var/lib/kafka/data/__consumer_offsets-11 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,312] INFO [Partition __consumer_offsets-11 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-11 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,312] INFO [Partition __consumer_offsets-11 broker=1] Log loaded for partition __consumer_offsets-11 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,312] INFO [Broker id=1] Leader __consumer_offsets-11 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,333] INFO [Broker id=1] Creating new partition __consumer_offsets-44 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,336] INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,337] INFO Created log for partition __consumer_offsets-44 in /var/lib/kafka/data/__consumer_offsets-44 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,337] INFO [Partition __consumer_offsets-44 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-44 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,337] INFO [Partition __consumer_offsets-44 broker=1] Log loaded for partition __consumer_offsets-44 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,337] INFO [Broker id=1] Leader __consumer_offsets-44 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,350] INFO [Broker id=1] Creating new partition __consumer_offsets-23 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,352] INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,352] INFO Created log for partition __consumer_offsets-23 in /var/lib/kafka/data/__consumer_offsets-23 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,352] INFO [Partition __consumer_offsets-23 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-23 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,352] INFO [Partition __consumer_offsets-23 broker=1] Log loaded for partition __consumer_offsets-23 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,352] INFO [Broker id=1] Leader __consumer_offsets-23 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,367] INFO [Broker id=1] Creating new partition __consumer_offsets-19 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,369] INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,369] INFO Created log for partition __consumer_offsets-19 in /var/lib/kafka/data/__consumer_offsets-19 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,370] INFO [Partition __consumer_offsets-19 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-19 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,370] INFO [Partition __consumer_offsets-19 broker=1] Log loaded for partition __consumer_offsets-19 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,370] INFO [Broker id=1] Leader __consumer_offsets-19 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,381] INFO [Broker id=1] Creating new partition __consumer_offsets-32 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,383] INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,384] INFO Created log for partition __consumer_offsets-32 in /var/lib/kafka/data/__consumer_offsets-32 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,384] INFO [Partition __consumer_offsets-32 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-32 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,384] INFO [Partition __consumer_offsets-32 broker=1] Log loaded for partition __consumer_offsets-32 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,384] INFO [Broker id=1] Leader __consumer_offsets-32 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,400] INFO [Broker id=1] Creating new partition __consumer_offsets-28 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,403] INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,403] INFO Created log for partition __consumer_offsets-28 in /var/lib/kafka/data/__consumer_offsets-28 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,403] INFO [Partition __consumer_offsets-28 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-28 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,403] INFO [Partition __consumer_offsets-28 broker=1] Log loaded for partition __consumer_offsets-28 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,403] INFO [Broker id=1] Leader __consumer_offsets-28 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,417] INFO [Broker id=1] Creating new partition __consumer_offsets-7 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,419] INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,420] INFO Created log for partition __consumer_offsets-7 in /var/lib/kafka/data/__consumer_offsets-7 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,420] INFO [Partition __consumer_offsets-7 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-7 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,420] INFO [Partition __consumer_offsets-7 broker=1] Log loaded for partition __consumer_offsets-7 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,420] INFO [Broker id=1] Leader __consumer_offsets-7 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,424] INFO [Broker id=1] Creating new partition __consumer_offsets-40 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,429] INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,430] INFO Created log for partition __consumer_offsets-40 in /var/lib/kafka/data/__consumer_offsets-40 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,430] INFO [Partition __consumer_offsets-40 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-40 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,430] INFO [Partition __consumer_offsets-40 broker=1] Log loaded for partition __consumer_offsets-40 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,430] INFO [Broker id=1] Leader __consumer_offsets-40 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,440] INFO [Broker id=1] Creating new partition __consumer_offsets-3 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,442] INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,442] INFO Created log for partition __consumer_offsets-3 in /var/lib/kafka/data/__consumer_offsets-3 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,442] INFO [Partition __consumer_offsets-3 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-3 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,442] INFO [Partition __consumer_offsets-3 broker=1] Log loaded for partition __consumer_offsets-3 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,442] INFO [Broker id=1] Leader __consumer_offsets-3 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,444] INFO [Broker id=1] Creating new partition __consumer_offsets-36 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,453] INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,454] INFO Created log for partition __consumer_offsets-36 in /var/lib/kafka/data/__consumer_offsets-36 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,454] INFO [Partition __consumer_offsets-36 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-36 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,454] INFO [Partition __consumer_offsets-36 broker=1] Log loaded for partition __consumer_offsets-36 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,454] INFO [Broker id=1] Leader __consumer_offsets-36 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,462] INFO [Broker id=1] Creating new partition __consumer_offsets-47 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,490] INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,491] INFO Created log for partition __consumer_offsets-47 in /var/lib/kafka/data/__consumer_offsets-47 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,491] INFO [Partition __consumer_offsets-47 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-47 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,491] INFO [Partition __consumer_offsets-47 broker=1] Log loaded for partition __consumer_offsets-47 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,491] INFO [Broker id=1] Leader __consumer_offsets-47 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,494] INFO [Broker id=1] Creating new partition __consumer_offsets-14 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,500] INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,504] INFO Created log for partition __consumer_offsets-14 in /var/lib/kafka/data/__consumer_offsets-14 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,504] INFO [Partition __consumer_offsets-14 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-14 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,504] INFO [Partition __consumer_offsets-14 broker=1] Log loaded for partition __consumer_offsets-14 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,504] INFO [Broker id=1] Leader __consumer_offsets-14 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,506] INFO [Broker id=1] Creating new partition __consumer_offsets-43 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,508] INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,509] INFO Created log for partition __consumer_offsets-43 in /var/lib/kafka/data/__consumer_offsets-43 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,509] INFO [Partition __consumer_offsets-43 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-43 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,509] INFO [Partition __consumer_offsets-43 broker=1] Log loaded for partition __consumer_offsets-43 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,509] INFO [Broker id=1] Leader __consumer_offsets-43 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,523] INFO [Broker id=1] Creating new partition __consumer_offsets-10 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,525] INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,526] INFO Created log for partition __consumer_offsets-10 in /var/lib/kafka/data/__consumer_offsets-10 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,526] INFO [Partition __consumer_offsets-10 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-10 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,526] INFO [Partition __consumer_offsets-10 broker=1] Log loaded for partition __consumer_offsets-10 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,526] INFO [Broker id=1] Leader __consumer_offsets-10 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,536] INFO [Broker id=1] Creating new partition __consumer_offsets-22 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,538] INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,539] INFO Created log for partition __consumer_offsets-22 in /var/lib/kafka/data/__consumer_offsets-22 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,539] INFO [Partition __consumer_offsets-22 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-22 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,539] INFO [Partition __consumer_offsets-22 broker=1] Log loaded for partition __consumer_offsets-22 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,539] INFO [Broker id=1] Leader __consumer_offsets-22 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,553] INFO [Broker id=1] Creating new partition __consumer_offsets-18 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,555] INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,556] INFO Created log for partition __consumer_offsets-18 in /var/lib/kafka/data/__consumer_offsets-18 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,556] INFO [Partition __consumer_offsets-18 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-18 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,556] INFO [Partition __consumer_offsets-18 broker=1] Log loaded for partition __consumer_offsets-18 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,556] INFO [Broker id=1] Leader __consumer_offsets-18 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,567] INFO [Broker id=1] Creating new partition __consumer_offsets-31 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,569] INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,569] INFO Created log for partition __consumer_offsets-31 in /var/lib/kafka/data/__consumer_offsets-31 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,569] INFO [Partition __consumer_offsets-31 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-31 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,569] INFO [Partition __consumer_offsets-31 broker=1] Log loaded for partition __consumer_offsets-31 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,569] INFO [Broker id=1] Leader __consumer_offsets-31 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,588] INFO [Broker id=1] Creating new partition __consumer_offsets-27 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,590] INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,590] INFO Created log for partition __consumer_offsets-27 in /var/lib/kafka/data/__consumer_offsets-27 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,590] INFO [Partition __consumer_offsets-27 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-27 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,590] INFO [Partition __consumer_offsets-27 broker=1] Log loaded for partition __consumer_offsets-27 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,590] INFO [Broker id=1] Leader __consumer_offsets-27 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,599] INFO [Broker id=1] Creating new partition __consumer_offsets-39 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,602] INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,602] INFO Created log for partition __consumer_offsets-39 in /var/lib/kafka/data/__consumer_offsets-39 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,602] INFO [Partition __consumer_offsets-39 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-39 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,602] INFO [Partition __consumer_offsets-39 broker=1] Log loaded for partition __consumer_offsets-39 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,603] INFO [Broker id=1] Leader __consumer_offsets-39 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,608] INFO [Broker id=1] Creating new partition __consumer_offsets-6 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,610] INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,610] INFO Created log for partition __consumer_offsets-6 in /var/lib/kafka/data/__consumer_offsets-6 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,610] INFO [Partition __consumer_offsets-6 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-6 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,610] INFO [Partition __consumer_offsets-6 broker=1] Log loaded for partition __consumer_offsets-6 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,610] INFO [Broker id=1] Leader __consumer_offsets-6 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,616] INFO [Broker id=1] Creating new partition __consumer_offsets-35 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,618] INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,620] INFO Created log for partition __consumer_offsets-35 in /var/lib/kafka/data/__consumer_offsets-35 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,620] INFO [Partition __consumer_offsets-35 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-35 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,620] INFO [Partition __consumer_offsets-35 broker=1] Log loaded for partition __consumer_offsets-35 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,621] INFO [Broker id=1] Leader __consumer_offsets-35 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,624] INFO [Broker id=1] Creating new partition __consumer_offsets-2 with topic id doJauxheR6eanMqIoy68Wg. (state.change.logger) kafka | [2026-05-13 11:44:21,626] INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) kafka | [2026-05-13 11:44:21,626] INFO Created log for partition __consumer_offsets-2 in /var/lib/kafka/data/__consumer_offsets-2 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) kafka | [2026-05-13 11:44:21,626] INFO [Partition __consumer_offsets-2 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-2 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,626] INFO [Partition __consumer_offsets-2 broker=1] Log loaded for partition __consumer_offsets-2 with initial high watermark 0 (kafka.cluster.Partition) kafka | [2026-05-13 11:44:21,626] INFO [Broker id=1] Leader __consumer_offsets-2 with topic id Some(doJauxheR6eanMqIoy68Wg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) kafka | [2026-05-13 11:44:21,632] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 13 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,632] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-13 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 46 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-46 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 9 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-9 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 42 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-42 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 21 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-21 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 17 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-17 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 30 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-30 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 26 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-26 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 5 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-5 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 38 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-38 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 1 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-1 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 34 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-34 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 16 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-16 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 45 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-45 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 12 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-12 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 41 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-41 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 24 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-24 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 20 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-20 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 49 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-49 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 0 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-0 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 29 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-29 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 25 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-25 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 8 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,634] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-8 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,634] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 37 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-37 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 4 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-4 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 33 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-33 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 15 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-15 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 48 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-48 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 11 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-11 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 44 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-44 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 23 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-23 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 19 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-19 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 32 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-32 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 28 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-28 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 7 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-7 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 40 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-40 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 3 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-3 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 36 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-36 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 47 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-47 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 14 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-14 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 43 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-43 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 10 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-10 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 22 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-22 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 18 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-18 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 31 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-31 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 27 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-27 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 39 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-39 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 6 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-6 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,635] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 35 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,635] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-35 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,636] INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 2 in epoch 0 (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,636] INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-2 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,640] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-13 in 7 milliseconds for epoch 0, of which 3 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,640] INFO [DynamicConfigPublisher broker id=1] Updating topic __consumer_offsets with new configuration : compression.type -> producer,cleanup.policy -> compact,segment.bytes -> 104857600 (kafka.server.metadata.DynamicConfigPublisher) kafka | [2026-05-13 11:44:21,640] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-46 in 6 milliseconds for epoch 0, of which 6 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,640] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-9 in 6 milliseconds for epoch 0, of which 6 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,640] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-42 in 6 milliseconds for epoch 0, of which 6 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,640] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-21 in 6 milliseconds for epoch 0, of which 6 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,640] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-17 in 6 milliseconds for epoch 0, of which 6 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,641] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-30 in 7 milliseconds for epoch 0, of which 7 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,641] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-26 in 7 milliseconds for epoch 0, of which 7 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,641] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-5 in 7 milliseconds for epoch 0, of which 7 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,641] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-38 in 7 milliseconds for epoch 0, of which 7 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,641] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-1 in 7 milliseconds for epoch 0, of which 7 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,641] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-34 in 7 milliseconds for epoch 0, of which 7 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,644] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-16 in 7 milliseconds for epoch 0, of which 7 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,644] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-45 in 10 milliseconds for epoch 0, of which 10 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,644] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-12 in 10 milliseconds for epoch 0, of which 10 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,644] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-41 in 10 milliseconds for epoch 0, of which 10 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,644] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-24 in 10 milliseconds for epoch 0, of which 10 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,644] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-20 in 10 milliseconds for epoch 0, of which 10 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,644] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-49 in 10 milliseconds for epoch 0, of which 10 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,644] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-0 in 10 milliseconds for epoch 0, of which 10 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,645] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-29 in 11 milliseconds for epoch 0, of which 11 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,645] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-25 in 11 milliseconds for epoch 0, of which 11 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,645] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-8 in 11 milliseconds for epoch 0, of which 11 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,645] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-37 in 10 milliseconds for epoch 0, of which 10 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,645] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-4 in 10 milliseconds for epoch 0, of which 10 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,645] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-33 in 10 milliseconds for epoch 0, of which 10 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,645] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-15 in 10 milliseconds for epoch 0, of which 10 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,646] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-48 in 11 milliseconds for epoch 0, of which 10 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,646] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-11 in 11 milliseconds for epoch 0, of which 11 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,646] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-44 in 11 milliseconds for epoch 0, of which 11 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,646] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-23 in 11 milliseconds for epoch 0, of which 11 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,646] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-19 in 11 milliseconds for epoch 0, of which 11 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,646] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-32 in 11 milliseconds for epoch 0, of which 11 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,646] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-28 in 11 milliseconds for epoch 0, of which 11 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,646] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-7 in 11 milliseconds for epoch 0, of which 11 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,647] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-40 in 12 milliseconds for epoch 0, of which 12 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,647] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-3 in 12 milliseconds for epoch 0, of which 12 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,647] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-36 in 12 milliseconds for epoch 0, of which 12 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,647] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-47 in 12 milliseconds for epoch 0, of which 12 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,647] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-14 in 12 milliseconds for epoch 0, of which 12 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,647] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-43 in 12 milliseconds for epoch 0, of which 12 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,647] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-10 in 12 milliseconds for epoch 0, of which 12 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,647] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-22 in 12 milliseconds for epoch 0, of which 12 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,648] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-18 in 13 milliseconds for epoch 0, of which 12 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,648] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-31 in 13 milliseconds for epoch 0, of which 13 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,648] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-27 in 13 milliseconds for epoch 0, of which 13 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,648] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-39 in 13 milliseconds for epoch 0, of which 13 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,648] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-6 in 13 milliseconds for epoch 0, of which 13 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,648] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-35 in 13 milliseconds for epoch 0, of which 13 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,648] INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-2 in 12 milliseconds for epoch 0, of which 12 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) kafka | [2026-05-13 11:44:21,670] INFO [GroupCoordinator 1]: Dynamic member with unknown member id joins group b746ca4a-b3d9-431b-8724-81251d4c3b33 in Empty state. Created a new member id consumer-b746ca4a-b3d9-431b-8724-81251d4c3b33-3-0ad912c6-d318-4517-a784-c85f37f3d035 and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,677] INFO [GroupCoordinator 1]: Dynamic member with unknown member id joins group policy-clamp-ac-http-ppnt in Empty state. Created a new member id consumer-policy-clamp-ac-http-ppnt-4-2f0d4591-596b-4a20-84fb-8f3c0cdc79c1 and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,684] INFO [GroupCoordinator 1]: Preparing to rebalance group policy-clamp-ac-http-ppnt in state PreparingRebalance with old generation 0 (__consumer_offsets-11) (reason: Adding new member consumer-policy-clamp-ac-http-ppnt-4-2f0d4591-596b-4a20-84fb-8f3c0cdc79c1 with group instance id None; client reason: need to re-join with the given member-id: consumer-policy-clamp-ac-http-ppnt-4-2f0d4591-596b-4a20-84fb-8f3c0cdc79c1) (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,687] INFO [GroupCoordinator 1]: Preparing to rebalance group b746ca4a-b3d9-431b-8724-81251d4c3b33 in state PreparingRebalance with old generation 0 (__consumer_offsets-48) (reason: Adding new member consumer-b746ca4a-b3d9-431b-8724-81251d4c3b33-3-0ad912c6-d318-4517-a784-c85f37f3d035 with group instance id None; client reason: need to re-join with the given member-id: consumer-b746ca4a-b3d9-431b-8724-81251d4c3b33-3-0ad912c6-d318-4517-a784-c85f37f3d035) (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,700] INFO [GroupCoordinator 1]: Dynamic member with unknown member id joins group policy-clamp-ac-http-ppnt in PreparingRebalance state. Created a new member id consumer-policy-clamp-ac-http-ppnt-4-7d6d8e9a-08e8-4911-b9e9-1c9c7c39696d and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,701] INFO [GroupCoordinator 1]: Dynamic member with unknown member id joins group ea0099de-b4a3-4e44-86dc-174abc9018da in Empty state. Created a new member id consumer-ea0099de-b4a3-4e44-86dc-174abc9018da-3-d5071dff-b0a7-4ba5-80e1-d2205fbed79d and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,704] INFO [GroupCoordinator 1]: Preparing to rebalance group ea0099de-b4a3-4e44-86dc-174abc9018da in state PreparingRebalance with old generation 0 (__consumer_offsets-6) (reason: Adding new member consumer-ea0099de-b4a3-4e44-86dc-174abc9018da-3-d5071dff-b0a7-4ba5-80e1-d2205fbed79d with group instance id None; client reason: need to re-join with the given member-id: consumer-ea0099de-b4a3-4e44-86dc-174abc9018da-3-d5071dff-b0a7-4ba5-80e1-d2205fbed79d) (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,722] INFO [GroupCoordinator 1]: Dynamic member with unknown member id joins group 937d4232-21df-4241-ac31-8c7536163e52 in Empty state. Created a new member id consumer-937d4232-21df-4241-ac31-8c7536163e52-3-1eafe857-9e16-40de-ae8d-8e23c4cb481d and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,728] INFO [GroupCoordinator 1]: Preparing to rebalance group 937d4232-21df-4241-ac31-8c7536163e52 in state PreparingRebalance with old generation 0 (__consumer_offsets-44) (reason: Adding new member consumer-937d4232-21df-4241-ac31-8c7536163e52-3-1eafe857-9e16-40de-ae8d-8e23c4cb481d with group instance id None; client reason: need to re-join with the given member-id: consumer-937d4232-21df-4241-ac31-8c7536163e52-3-1eafe857-9e16-40de-ae8d-8e23c4cb481d) (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,737] INFO [GroupCoordinator 1]: Dynamic member with unknown member id joins group policy-clamp-ac-sim-ppnt-3 in Empty state. Created a new member id consumer-policy-clamp-ac-sim-ppnt-3-4-5344177f-a076-4d51-bc75-4e665449a1c8 and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:21,742] INFO [GroupCoordinator 1]: Preparing to rebalance group policy-clamp-ac-sim-ppnt-3 in state PreparingRebalance with old generation 0 (__consumer_offsets-18) (reason: Adding new member consumer-policy-clamp-ac-sim-ppnt-3-4-5344177f-a076-4d51-bc75-4e665449a1c8 with group instance id None; client reason: need to re-join with the given member-id: consumer-policy-clamp-ac-sim-ppnt-3-4-5344177f-a076-4d51-bc75-4e665449a1c8) (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:24,699] INFO [GroupCoordinator 1]: Stabilized group b746ca4a-b3d9-431b-8724-81251d4c3b33 generation 1 (__consumer_offsets-48) with 1 members (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:24,705] INFO [GroupCoordinator 1]: Stabilized group ea0099de-b4a3-4e44-86dc-174abc9018da generation 1 (__consumer_offsets-6) with 1 members (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:24,720] INFO [GroupCoordinator 1]: Assignment received from leader consumer-b746ca4a-b3d9-431b-8724-81251d4c3b33-3-0ad912c6-d318-4517-a784-c85f37f3d035 for group b746ca4a-b3d9-431b-8724-81251d4c3b33 for generation 1. The group has 1 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:24,721] INFO [GroupCoordinator 1]: Assignment received from leader consumer-ea0099de-b4a3-4e44-86dc-174abc9018da-3-d5071dff-b0a7-4ba5-80e1-d2205fbed79d for group ea0099de-b4a3-4e44-86dc-174abc9018da for generation 1. The group has 1 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:24,728] INFO [GroupCoordinator 1]: Stabilized group 937d4232-21df-4241-ac31-8c7536163e52 generation 1 (__consumer_offsets-44) with 1 members (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:24,749] INFO [GroupCoordinator 1]: Stabilized group policy-clamp-ac-sim-ppnt-3 generation 1 (__consumer_offsets-18) with 1 members (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:24,755] INFO [GroupCoordinator 1]: Assignment received from leader consumer-937d4232-21df-4241-ac31-8c7536163e52-3-1eafe857-9e16-40de-ae8d-8e23c4cb481d for group 937d4232-21df-4241-ac31-8c7536163e52 for generation 1. The group has 1 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:24,757] INFO [GroupCoordinator 1]: Assignment received from leader consumer-policy-clamp-ac-sim-ppnt-3-4-5344177f-a076-4d51-bc75-4e665449a1c8 for group policy-clamp-ac-sim-ppnt-3 for generation 1. The group has 1 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:27,686] INFO [GroupCoordinator 1]: Stabilized group policy-clamp-ac-http-ppnt generation 1 (__consumer_offsets-11) with 2 members (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:27,689] INFO [GroupCoordinator 1]: Assignment received from leader consumer-policy-clamp-ac-http-ppnt-4-2f0d4591-596b-4a20-84fb-8f3c0cdc79c1 for group policy-clamp-ac-http-ppnt for generation 1. The group has 2 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:29,985] INFO [GroupCoordinator 1]: Dynamic member with unknown member id joins group acm-runtime in Empty state. Created a new member id consumer-acm-runtime-1-8dfbb399-47da-4433-ab47-f519c21747f1 and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:29,987] INFO [GroupCoordinator 1]: Preparing to rebalance group acm-runtime in state PreparingRebalance with old generation 0 (__consumer_offsets-0) (reason: Adding new member consumer-acm-runtime-1-8dfbb399-47da-4433-ab47-f519c21747f1 with group instance id None; client reason: need to re-join with the given member-id: consumer-acm-runtime-1-8dfbb399-47da-4433-ab47-f519c21747f1) (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:32,989] INFO [GroupCoordinator 1]: Stabilized group acm-runtime generation 1 (__consumer_offsets-0) with 1 members (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:33,005] INFO [GroupCoordinator 1]: Assignment received from leader consumer-acm-runtime-1-8dfbb399-47da-4433-ab47-f519c21747f1 for group acm-runtime for generation 1. The group has 1 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:34,004] INFO [GroupCoordinator 1]: Dynamic member with unknown member id joins group policy-clamp-ac-sim-ppnt-2 in Empty state. Created a new member id consumer-policy-clamp-ac-sim-ppnt-2-4-fd16a204-78fa-4b27-900a-8a028a662bfc and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:34,006] INFO [GroupCoordinator 1]: Preparing to rebalance group policy-clamp-ac-sim-ppnt-2 in state PreparingRebalance with old generation 0 (__consumer_offsets-17) (reason: Adding new member consumer-policy-clamp-ac-sim-ppnt-2-4-fd16a204-78fa-4b27-900a-8a028a662bfc with group instance id None; client reason: need to re-join with the given member-id: consumer-policy-clamp-ac-sim-ppnt-2-4-fd16a204-78fa-4b27-900a-8a028a662bfc) (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:34,009] INFO [GroupCoordinator 1]: Dynamic member with unknown member id joins group 92753d4e-f61a-4ae2-93fa-88537d33770f in Empty state. Created a new member id consumer-92753d4e-f61a-4ae2-93fa-88537d33770f-3-f3e52d21-4eb2-4f0f-b461-08916565a048 and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:34,011] INFO [GroupCoordinator 1]: Preparing to rebalance group 92753d4e-f61a-4ae2-93fa-88537d33770f in state PreparingRebalance with old generation 0 (__consumer_offsets-13) (reason: Adding new member consumer-92753d4e-f61a-4ae2-93fa-88537d33770f-3-f3e52d21-4eb2-4f0f-b461-08916565a048 with group instance id None; client reason: need to re-join with the given member-id: consumer-92753d4e-f61a-4ae2-93fa-88537d33770f-3-f3e52d21-4eb2-4f0f-b461-08916565a048) (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:34,365] INFO [GroupCoordinator 1]: Dynamic member with unknown member id joins group acm-runtime in Stable state. Created a new member id consumer-acm-runtime-1-c026a241-9184-4ed7-aa15-7e2b9d5b5ea2 and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:34,367] INFO [GroupCoordinator 1]: Preparing to rebalance group acm-runtime in state PreparingRebalance with old generation 1 (__consumer_offsets-0) (reason: Adding new member consumer-acm-runtime-1-c026a241-9184-4ed7-aa15-7e2b9d5b5ea2 with group instance id None; client reason: need to re-join with the given member-id: consumer-acm-runtime-1-c026a241-9184-4ed7-aa15-7e2b9d5b5ea2) (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:35,488] INFO [GroupCoordinator 1]: Dynamic member with unknown member id joins group policy-clamp-ac-sim-ppnt-1 in Empty state. Created a new member id consumer-policy-clamp-ac-sim-ppnt-1-4-1336ae5e-9c5e-436c-b2bf-dc41b998de89 and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:35,489] INFO [GroupCoordinator 1]: Dynamic member with unknown member id joins group 4af570b3-dc48-4ca9-8e85-7aae93f742ee in Empty state. Created a new member id consumer-4af570b3-dc48-4ca9-8e85-7aae93f742ee-3-70aae445-f5c0-4c38-8f81-13421f686f27 and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:35,490] INFO [GroupCoordinator 1]: Preparing to rebalance group policy-clamp-ac-sim-ppnt-1 in state PreparingRebalance with old generation 0 (__consumer_offsets-16) (reason: Adding new member consumer-policy-clamp-ac-sim-ppnt-1-4-1336ae5e-9c5e-436c-b2bf-dc41b998de89 with group instance id None; client reason: need to re-join with the given member-id: consumer-policy-clamp-ac-sim-ppnt-1-4-1336ae5e-9c5e-436c-b2bf-dc41b998de89) (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:35,491] INFO [GroupCoordinator 1]: Preparing to rebalance group 4af570b3-dc48-4ca9-8e85-7aae93f742ee in state PreparingRebalance with old generation 0 (__consumer_offsets-27) (reason: Adding new member consumer-4af570b3-dc48-4ca9-8e85-7aae93f742ee-3-70aae445-f5c0-4c38-8f81-13421f686f27 with group instance id None; client reason: need to re-join with the given member-id: consumer-4af570b3-dc48-4ca9-8e85-7aae93f742ee-3-70aae445-f5c0-4c38-8f81-13421f686f27) (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:36,001] INFO [GroupCoordinator 1]: Stabilized group acm-runtime generation 2 (__consumer_offsets-0) with 2 members (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:36,013] INFO [GroupCoordinator 1]: Assignment received from leader consumer-acm-runtime-1-8dfbb399-47da-4433-ab47-f519c21747f1 for group acm-runtime for generation 2. The group has 2 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:37,007] INFO [GroupCoordinator 1]: Stabilized group policy-clamp-ac-sim-ppnt-2 generation 1 (__consumer_offsets-17) with 1 members (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:37,013] INFO [GroupCoordinator 1]: Stabilized group 92753d4e-f61a-4ae2-93fa-88537d33770f generation 1 (__consumer_offsets-13) with 1 members (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:37,024] INFO [GroupCoordinator 1]: Assignment received from leader consumer-policy-clamp-ac-sim-ppnt-2-4-fd16a204-78fa-4b27-900a-8a028a662bfc for group policy-clamp-ac-sim-ppnt-2 for generation 1. The group has 1 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:37,024] INFO [GroupCoordinator 1]: Assignment received from leader consumer-92753d4e-f61a-4ae2-93fa-88537d33770f-3-f3e52d21-4eb2-4f0f-b461-08916565a048 for group 92753d4e-f61a-4ae2-93fa-88537d33770f for generation 1. The group has 1 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:38,491] INFO [GroupCoordinator 1]: Stabilized group policy-clamp-ac-sim-ppnt-1 generation 1 (__consumer_offsets-16) with 1 members (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:38,492] INFO [GroupCoordinator 1]: Stabilized group 4af570b3-dc48-4ca9-8e85-7aae93f742ee generation 1 (__consumer_offsets-27) with 1 members (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:38,510] INFO [GroupCoordinator 1]: Assignment received from leader consumer-policy-clamp-ac-sim-ppnt-1-4-1336ae5e-9c5e-436c-b2bf-dc41b998de89 for group policy-clamp-ac-sim-ppnt-1 for generation 1. The group has 1 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator) kafka | [2026-05-13 11:44:38,510] INFO [GroupCoordinator 1]: Assignment received from leader consumer-4af570b3-dc48-4ca9-8e85-7aae93f742ee-3-70aae445-f5c0-4c38-8f81-13421f686f27 for group 4af570b3-dc48-4ca9-8e85-7aae93f742ee for generation 1. The group has 1 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator)