cloudevents / sdk-java

Java SDK for CloudEvents
https://cloudevents.github.io/sdk-java/
Apache License 2.0
390 stars 159 forks source link

Add spring-boot module with autoconfigurations #408

Open eddumelendez opened 3 years ago

eddumelendez commented 3 years ago

Hi, I have been thinking about providing a new module for spring boot which offers some auto-configurations. For now, those would be for mvc, webflux and rsocket. But, in the future could be kafka and amqp as well.

I have a simple draft here

I have a couple of questions:

  1. Do you see this feasible?
  2. Should provide a starter for web (mvc and webflux will provide the same cloudevents dependencies) and rsocket?
pierDipi commented 3 years ago

Hi @dsyer, can you please take a look at this issue?

dsyer commented 3 years ago

It’s a natural next step. I’m on vacation until Aug 16, but I’ll connect with Eddu when I get back if you like. I would assume that his suggestions would all make sense.