Off by one error in comment

This commit is contained in:
Dave Syer
2017-08-08 09:47:48 +01:00
parent 5622a9e2cb
commit 31f4afa5ff

View File

@@ -45,7 +45,7 @@ public class StreamConfiguration {
private StreamConfigurationProperties properties;
@Bean
// Because of the underlying behaviour of Spring AMQP etc., sinks do not start
// Because of the underlying behaviour of Spring AMQP etc., sources do not start
// up and fail gracefully if the broker is down. So we need a flag to be able to
// switch this off and stop the app failing on startup.
// TODO: find a slicker way to do it (e.g. backoff if the broker is down)