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

Kafka Streams: restore the feature name at Quarkus startup #35172

Merged

Commits on Aug 2, 2023

  1. kafka-streams: restore the feature name at Quarkus startup

    Fixes quarkusio#34171
    
    The FeatureBuildItem was returned in a BuildStep now annotated to only run when native compilation is used.
    The consequence is that in JVM mode, the FeatureBuildItem is not created, and the feature name not appearing in the start logs of Quarkus.
    
    Solution: extract the FeatureBuildItem creation in a dedicated BuildStep.
    mederel authored and gsmet committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b884a10 View commit details
    Browse the repository at this point in the history