You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the Bar microservice with PRE_PROCESSING Acknowledgement strategy
"The receiveBeverageOrder() method in Bar microservice annotated with PRE_PROCESSING acknowledgement strategy matches the signature" -> "The receiveBeverageOrder() method in Bar microservice matches the following signature:"
"Based on the table mentioned URL[here^] ..." -> "Based on the table mentioned in the URL[specification^] ..."
Do not use here
add hotspot to "PRE_PROCESSING"
"the kafka" -> "the Kafka"
suggest to change following statement
"So if the service goes down when the message is being processed, the kafka won’t resend the message and the message would be lost."
to "In case, the service goes down when the message is being processed. When the service is restored, the Kafka won’t resend the message because the message was processed in the Kafka."
Building the Kitchen microservice with POST_PROCESSING Acknowledgement strategy
suggest to change following statement
"So if the service goes down when the message is being processed, the kafka will resend the message and the message will not be lost."
to "In case, the service goes down when the message is being processed. When the service is restored, the Kafka will resend the message because the message is not completed in the Kafka."
"If it does PRE_PROCESSING consider changing to POST_PROCESSING if you don’t want message to be lost." -> "If it does PRE_PROCESSING consider changing to POST_PROCESSING based on your application need."
BarService.java
format the lines better in the sendReadyOrder()
KitchenService.java
too many spaces to indent the lines in the prepareOrder()
create the draft github repo
The text was updated successfully, but these errors were encountered:
:page-related-guides:
add all other reactive guides and async guide:page-description:
sendReadyOrder()
prepareOrder()
The text was updated successfully, but these errors were encountered: