-
Bug
-
Resolution: Done
-
Critical
-
Global Hub 1.5.1
-
Product / Portfolio Work
-
2
-
False
-
-
False
-
-
-
GH Train-31
-
Moderate
-
None
Description of problem:
The requirement is from the Citigroup from this slack channel: https://redhat-internal.slack.com/archives/C05DLMA6VBR/p1752759249073619
Related issue in Globalhub 1.6: https://issues.redhat.com/browse/ACM-23340
We are introduce the consumer group in the global hub CR:
apiVersion: operator.open-cluster-management.io/v1alpha4 kind: MulticlusterGlobalHub metadata: name: multiclusterglobalhub namespace: multicluster-global-hub spec: availabilityConfig: Basic dataLayer: kafka: consumerGroupPrefix: org42_ topics: specTopic: gh-spec statusTopic: gh-status.* postgres: retention: 18m enableMetrics: true installAgentOnLocal: true
ConsumerGroupPrefix specifies the prefix for Kafka consumer group IDs
The final consumer group ID is constructed as follows:
- For Global Hub: <prefix> + "global_hub"
- For Managed Hubs: <prefix> + <managed-hub-name> (hyphens replaced with underscores)
If not specified, defaults to hub name only (hyphens replaced with underscores).Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
- ...
Actual results:
Expected results:
Additional info:
- is related to
-
ACM-23438 customize the consumer group in MulticlusterGlobalHub CR
-
- Resolved
-
- mentioned on
(2 mentioned on)