Skip to content

Commit

Permalink
fix: only make shared runtime that its chosen (#8932)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarlson5 committed Mar 29, 2022
1 parent 61a87ca commit eb215c8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -282,6 +282,7 @@ public PersistentQueryMetadata createOrReplacePersistentQuery(
if (sandbox) {
throwOnNonQueryLevelConfigs(config.getOverrides());
streams.addAll(sourceStreams.stream()
.filter(t -> t.getApplicationId().equals(sharedRuntimeId.get()))
.map(SandboxedSharedKafkaStreamsRuntimeImpl::new)
.collect(Collectors.toList()));
}
Expand Down

0 comments on commit eb215c8

Please sign in to comment.