spring-cloud / spring-cloud-function

Apache License 2.0
1.04k stars 615 forks source link

Support for consumer groups in HTTP #123

Open dsyer opened 6 years ago

dsyer commented 6 years ago

What does that even mean? Spring Cloud Stream has "consumer group" as a core domain feature (although there has been some discussion about making it optional). What would that look like for HTTP consumers? See also #36.

olegz commented 6 years ago

I don't really know what it means or what would be the benefit. In Spring Cloud Stream "consumer group" plays a big role when tied together with SCDF by essentially routing between the instances of a consumer, so I look at it as more of an application connectivity feature. Are we planning to connect apps like that over HTTP? And yes we are considering on expending the concept of binders in Spring Cloud Stream basing it on features like persistent pub-sub, support for consumer groups etc.