Skip to content

Commit 88ba30f

Browse files
committed
Fix #29296: scope Redis topics to current realm
1 parent 330d3ae commit 88ba30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/eu/openanalytics/containerproxy/RedisStoreConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public LockRegistryLeaderInitiator leaderInitiator(ApplicationEventPublisher app
137137

138138
@Bean
139139
public ChannelTopic topic() {
140-
return new ChannelTopic("events");
140+
return new ChannelTopic("shinyproxy_" + identifierService.realmId + "__events");
141141
}
142142

143143
@Bean

0 commit comments

Comments
 (0)