Pega Constantly Reconnecting to External Kafka Topic decision_monitoring
I have an external Kafka set up for my Pega servers. Whenever I point a Pega cluster to it, I get logs on my Kafka server of a consumer connecting and disconnecting to the decision_monitoring topic. The batch of logs below occurs every few minutes. Is this a misconfiguration of the external Kafka?
I noticed this is the only topic with a single partition instead of the default 6. Is this topic designed specifically to monitor the health of the Kafka server? And is this constant connecting and disconnecting how Pega does that monitoring?
I have an external Kafka set up for my Pega servers. Whenever I point a Pega cluster to it, I get logs on my Kafka server of a consumer connecting and disconnecting to the decision_monitoring topic. The batch of logs below occurs every few minutes. Is this a misconfiguration of the external Kafka?
I noticed this is the only topic with a single partition instead of the default 6. Is this topic designed specifically to monitor the health of the Kafka server? And is this constant connecting and disconnecting how Pega does that monitoring?
[2024-02-09 13:40:41,069] INFO [GroupCoordinator 0]: Dynamic member with unknown member id joins group pega-decision_monitoring in Empty state. Created a new member id consumer-pega-decision_monitoring-1535-ecbe57da-3ec1-4459-93a2-bbdb7ef05f12 and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator)
[2024-02-09 13:40:41,070] INFO [GroupCoordinator 0]: Preparing to rebalance group pega-decision_monitoring in state PreparingRebalance with old generation 9233 (__consumer_offsets-18) (reason: Adding new member consumer-pega-decision_monitoring-1535-ecbe57da-3ec1-4459-93a2-bbdb7ef05f12 with group instance id None; client reason: not provided) (kafka.coordinator.group.GroupCoordinator)
[2024-02-09 13:41:11,071] INFO [GroupCoordinator 0]: Stabilized group pega-decision_monitoring generation 9234 (__consumer_offsets-18) with 1 members (kafka.coordinator.group.GroupCoordinator)
[2024-02-09 13:41:11,072] INFO [GroupCoordinator 0]: Assignment received from leader consumer-pega-decision_monitoring-1535-ecbe57da-3ec1-4459-93a2-bbdb7ef05f12 for group pega-decision_monitoring for generation 9234. The group has 1 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator)
[2024-02-09 13:42:41,361] INFO [GroupCoordinator 0]: Preparing to rebalance group pega-decision_monitoring in state PreparingRebalance with old generation 9234 (__consumer_offsets-18) (reason: Removing member consumer-pega-decision_monitoring-1535-ecbe57da-3ec1-4459-93a2-bbdb7ef05f12 on LeaveGroup; client reason: not provided) (kafka.coordinator.group.GroupCoordinator)
[2024-02-09 13:42:41,361] INFO [GroupCoordinator 0]: Group pega-decision_monitoring with generation 9235 is now empty (__consumer_offsets-18) (kafka.coordinator.group.GroupCoordinator)
[2024-02-09 13:42:41,361] INFO [GroupCoordinator 0]: Member MemberMetadata(memberId=consumer-pega-decision_monitoring-1535-ecbe57da-3ec1-4459-93a2-bbdb7ef05f12, groupInstanceId=None, clientId=consumer-pega-decision_monitoring-1535, clientHost=/ Proprietary information hidden, sessionTimeoutMs=30000, rebalanceTimeoutMs=300000, supportedProtocols=List(range, cooperative-sticky)) has left group pega-decision_monitoring through explicit `LeaveGroup`; client reason: not provided (kafka.coordinator.group.GroupCoordinator)