Open rcfisic opened 8 years ago
If all applications in the groups are stopped, messages are not sent to that group because zscore in Redis for that group is zero. Messages are only sent if the score is at least one.
View https://github.com/spring-cloud/spring-cloud-stream-binder-redis/blob/master/spring-cloud-stream-binder-redis/src/main/java/org/springframework/cloud/stream/binder/redis/RedisMessageChannelBinder.java#L330
If all applications in the groups are stopped, messages are not sent to that group because zscore in Redis for that group is zero. Messages are only sent if the score is at least one.
View https://github.com/spring-cloud/spring-cloud-stream-binder-redis/blob/master/spring-cloud-stream-binder-redis/src/main/java/org/springframework/cloud/stream/binder/redis/RedisMessageChannelBinder.java#L330