2

Can we integrate Spring XD and Spring MVC, so that we can ingest/process data sent to the REST end point?

We have huge amounts of data collected in a Spring MVC app and are wondering if we could use Spring XD for this.

user152468
  • 3,202
  • 6
  • 27
  • 57
18TillIDie
  • 31
  • 3

1 Answers1

0

The http source is a stripped-down http server (based on netty); it is not a full Spring MVC server. For that, you would need a custom source with an embedded tomcat/jetty.

See Artem's comment on this answer for a suggestion about how to embed tomcat in a module.

Community
  • 1
  • 1
Gary Russell
  • 166,535
  • 14
  • 146
  • 179