mynameborat commented on a change in pull request #1523:
URL: https://github.com/apache/samza/pull/1523#discussion_r696113888
##########
File path: samza-core/src/main/java/org/apache/samza/config/StreamConfig.java
##########
@@ -278,7 +278,7 @@ public SystemStream streamIdToSystemStream(String streamId)
{
* Returns a list of all SystemStreams that have a serde defined from the
config file.
*/
public Set<SystemStream> getSerdeStreams(String systemName) {
- Config subConf = subset(String.format("systems.%s.streams.", systemName,
true));
+ Config subConf = subset(String.format("systems.%s.streams.", systemName));
Review comment:
`subset(..)` takes in a parameter boolean as the second argument.
You may want to keep it that way
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]