Add TODO comment

This commit is contained in:
Dave Syer
2017-11-10 13:13:34 +00:00
parent aaa6b6526c
commit 2438baff10

View File

@@ -169,6 +169,7 @@ public class StreamListeningFunctionInvoker implements SmartInitializingSingleto
name = stash(matches.iterator().next());
}
else {
// TODO: do we really want this? Or maybe warn that it is happening?
return flux -> balance(matches, flux);
}
}