Skip to content

Conversation

@OlegDokuka
Copy link
Member

@OlegDokuka OlegDokuka commented Jun 28, 2021

Signed-off-by: Oleh Dokuka [email protected]
Signed-off-by: Oleh Dokuka [email protected]

@OlegDokuka OlegDokuka requested a review from rstoyanchev June 28, 2021 11:46
@OlegDokuka OlegDokuka added this to the 1.1.2 milestone Jun 28, 2021
Signed-off-by: Oleh Dokuka <[email protected]>
Signed-off-by: Oleh Dokuka <[email protected]>
Signed-off-by: Oleh Dokuka <[email protected]>
@OlegDokuka OlegDokuka force-pushed the docs/routing-example branch from e25b4f5 to 3f65c48 Compare June 28, 2021 11:48
Copy link
Contributor

@rstoyanchev rstoyanchev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just one minor point on the payload release inside an if-condition.

logger.info("Received RequestResponse[route={}]", route);

if ("my.test.route".equals(route)) {
payload.release();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why the payload release is inside the if condition? It doesn't seem related.

logger.info("Received RequestResponse[route={}]", route);

if ("my.test.route".equals(route)) {
payload.release();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

Signed-off-by: Oleh Dokuka <[email protected]>
Signed-off-by: Oleh Dokuka <[email protected]>
@OlegDokuka OlegDokuka merged commit d8cccbe into master Mar 25, 2022
@OlegDokuka OlegDokuka deleted the docs/routing-example branch March 25, 2022 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants