Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AMQP Dev Services started message #34318

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

xstefank
Copy link
Member

This message was not printed since the compressor was still active. Also merge the messages since the second message doesn't make sense without first one.

@quarkus-bot
Copy link

quarkus-bot bot commented Jun 26, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Comment on lines +135 to +139
log.infof("Dev Services for AMQP started. Other Quarkus applications in dev mode will find the "
+ "broker automatically. For Quarkus applications in production mode, you can connect to"
+ " this by starting your application with -Damqp.host=%s -Damqp.port=%s -Damqp.user=%s -Damqp.password=%s",
config.get(AMQP_HOST_PROP), config.get(AMQP_PORT_PROP), config.get(AMQP_USER_PROP),
config.get(AMQP_PASSWORD_PROP));
Copy link
Member

Choose a reason for hiding this comment

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

I would prefer if we kept the message separate to be more consistent with the logging we do in other dev services (i.e. one line with the started message).

Copy link
Member Author

Choose a reason for hiding this comment

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

not everywhere - https://github.com/quarkusio/quarkus/blob/main/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/DevServicesKafkaProcessor.java#L129. I still think that having it in two messages is not connected at first sight. At least, it's not totally clear to me. But I'll change it back if you request.

@xstefank xstefank requested a review from gsmet June 27, 2023 09:18
@gsmet gsmet merged commit e6cff02 into quarkusio:main Jun 28, 2023
@quarkus-bot quarkus-bot bot added this to the 3.3 - main milestone Jun 28, 2023
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.

2 participants