We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f33c0 commit f89e43dCopy full SHA for f89e43d
Control/lib/kafka/enums/consumerGroups.enum.js
@@ -16,11 +16,11 @@
16
* @returns {Object} - the object containing the consumer groups
17
*/
18
exports.ConsumerGroups = Object.freeze({
19
- ENVIRONMENT: 'cog-environment-local',
+ ENVIRONMENT: 'cog-environment',
20
INTEGRATED_SERVICE: {
21
- DCS: 'cog-dcs-integrated-service-local',
22
- ODC: 'cog-odc-integrated-service-local',
+ DCS: 'cog-dcs-integrated-service',
+ ODC: 'cog-odc-integrated-service',
23
},
24
- RUN: 'cog-run-local',
25
- TASK: 'cog-task-local',
+ RUN: 'cog-run',
+ TASK: 'cog-task',
26
});
0 commit comments