Skip to content

Commit a9eb909

Browse files
authored
[release/COG/2.1.0] (#3322)
1 parent c947b4f commit a9eb909

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Control/lib/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ module.exports.setup = (http, ws) => {
147147
if (config.kafka && config.kafka?.enable) {
148148
try {
149149
const kafkaClient = new Kafka({
150-
clientId: 'control-gui',
150+
clientId: 'control-gui-local',
151151
brokers: config.kafka.brokers,
152152
retry: { retries: Infinity },
153153
logLevel: logLevel.NOTHING,

Control/package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aliceo2/control",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"description": "ALICE O2 Control GUI",
55
"author": "George Raduta",
66
"contributors": [

0 commit comments

Comments
 (0)