Skip to content

Commit

Permalink
DATAGO-92933 code complete
Browse files Browse the repository at this point in the history
  • Loading branch information
rudraneel-chakraborty committed Jan 28, 2025
1 parent 294df69 commit d194d72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public String getTopicPrefix() {

if (topicPrefix == null) {
topicPrefix = String.format(TOPIC_PREFIX_FORMAT,
Boolean.TRUE.equals(eventPortalProperties.getManaged()) ? "*" : eventPortalProperties.getOrganizationId(),
eventPortalProperties.getOrganizationId(),
eventPortalProperties.getRuntimeAgentId());
}
return topicPrefix;
Expand Down

0 comments on commit d194d72

Please sign in to comment.