python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Spring Integration Processor
I want to define a flow that writes to MongoDB, and only on success writes the IDs to Kafka. I'm using the JavaDSL, and I'd wish to have a FlowBuilder class that defines my pipeline at a high level. I...

user7551211
Votes: 0
Answers: 1
Flux visibility problems with volatile variable
I have a simple Spring controller which have a Spring service as dependency.
In the service class I have a static volatile field of type int called flag.
When I invoke createFlux() method through my c...
Vladimir
Votes: 0
Answers: 1
Unit testing retry in Spring Webflux with mocked response
During unit testing retry the response of the mock seems cached, or most probably I am doing something wrong.
I am trying to request something, if error happened then retry twice with delay of 1 secon...
Hatik
Votes: 0
Answers: 1
Can Spring Integration cause a Reactive Application to block?
I’m using Project Reactor for a non-blocking IO data pipeline, and I’m thinking of using Spring Integration as an abstraction layer to manage all of the flows and components in my pipeline. I’m curren...

user7551211
Votes: 0
Answers: 1