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 compiler errors in kafka-streams guide #8520

Merged

Conversation

jharting
Copy link
Contributor

No description provided.

@jharting jharting force-pushed the kafka-streams-guide-fix-compiler-errors branch from ac30ac6 to 45a6a8f Compare April 10, 2020 13:43
@@ -116,7 +116,8 @@ import java.util.stream.Collectors;
import javax.enterprise.context.ApplicationScoped;

import org.eclipse.microprofile.reactive.messaging.Outgoing;
import org.jboss.logging.Logger;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Copy link
Member

Choose a reason for hiding this comment

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

Hmmm, no this is not good. We want to use JBoss Logging.

@gsmet
Copy link
Member

gsmet commented Apr 10, 2020

@cescoffier I let you have a look at that one? Looks related to your Kafka changes.

@gsmet
Copy link
Member

gsmet commented Apr 10, 2020

Thanks btw!

@gsmet
Copy link
Member

gsmet commented Apr 10, 2020

/cc @gunnarmorling too

@gunnarmorling
Copy link
Contributor

LGTM, apart from the logging change. Actual example needs updating, too?

@jharting
Copy link
Contributor Author

@gunnarmorling
Copy link
Contributor

gunnarmorling commented Apr 10, 2020 via email

@gsmet
Copy link
Member

gsmet commented Apr 10, 2020

Yes, the quickstart should use JBoss Logging. Can you prepare a PR for the quickstart and adjust this one?

Thanks!

@gsmet gsmet added this to the 1.4.0 milestone Apr 14, 2020
@gsmet gsmet merged commit fcf329b into quarkusio:master Apr 14, 2020
@gsmet
Copy link
Member

gsmet commented Apr 14, 2020

I pushed a change along those lines and also fixed the quickstart.

Thanks!

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