Unable to processing messages with spring cloud kafka binder
In the following code, I am trying to create a message by calling processOrder()
via REST endpoint. Then, I want to pass the result of processOrder()
to processShipping()
and processPayment
.
Unabel to processing messages with spring cloud kafka binder
In the following code, I am trying to create a message by calling processOrder()
via REST endpoint. Then, I want to pass the result of processOrder()
to processShipping()
and processPayment
.