spring-attic / spring-cloud-stream-binder-redis

Spring Cloud Stream Binder implementation for Redis
Apache License 2.0
15 stars 25 forks source link

Consumer group subscriptions are NOT durable #5

Open rcfisic opened 8 years ago

rcfisic commented 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