Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vernedeng committed Oct 18, 2023
1 parent b7ce4b9 commit fd1abca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ private void reloadAllConfigs() {
// reload all streams
allStreams = configLoader.loadAllStreams()
.stream()
.filter(stream -> StringUtils.isNotBlank(stream.getMqResource()))
.collect(Collectors.groupingBy(SortSourceStreamInfo::getInlongGroupId,
Collectors.toMap(SortSourceStreamInfo::getInlongStreamId, info -> info)));

Expand Down

0 comments on commit fd1abca

Please sign in to comment.