spring-cloud / spring-cloud-dataflow-samples

Sample starter applications and code for use with the Spring Cloud Data Flow project
http://cloud.spring.io/spring-cloud-dataflow/
220 stars 203 forks source link

Add rabbitmq streaming sample #176

Open onobc opened 2 years ago

onobc commented 2 years ago

Create sample illustrating how to use SCS rabbitmq streaming binder with SCDF.

cc: @markpollack

onobc commented 2 years ago

Let's be sure to include documentation w/ the sample in the repo.

garyrussell commented 2 years ago

@onobc See https://github.com/spring-cloud/spring-cloud-stream-samples/issues/213

Bear in mind that RabbitMQ stream queues are somewhat limited - no scale out - yet.

RabbitMQ 3.11 (fall 2022) adds support for competing consumers; it's now available as alpha (I was just told this morning). I am planning on looking at it in the next couple of weeks.