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

Fail to start when service binding is enabled and Kafka boostrap servers not set #18066

Merged
merged 1 commit into from
Jun 22, 2021

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Jun 22, 2021

Fixes: #16682

if (!serviceBindingEnabled) {
return;
}
Optional<String> boostrapServersOptional = config.getOptionalValue("kafka.bootstrap.servers", String.class);
Copy link
Member

Choose a reason for hiding this comment

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

Hum... that won't work when using multiple brokers. But let's forget this for now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point! Something to keep in mind for the future

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point! Something to keep in mind for the future

@geoand geoand merged commit b89c9db into quarkusio:main Jun 22, 2021
@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone Jun 22, 2021
@geoand geoand deleted the #16682 branch June 22, 2021 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants