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

Support for Quarkus Kafka Streams #182

Open
CrystalMethod opened this issue Apr 16, 2020 · 1 comment
Open

Support for Quarkus Kafka Streams #182

CrystalMethod opened this issue Apr 16, 2020 · 1 comment
Labels
is:enhancement New feature or request

Comments

@CrystalMethod
Copy link

Is your feature request related to a problem? Please describe.
The Quarkus Kafka Streams extension use different properties to configure e.g. Kafka bootstrap servers. We would like to use MST to test Kafka Streams applications. Without the correct settings the Kafka Streams application can't be bootstrapped.

https://quarkus.io/guides/kafka-streams#configuration-reference

Describe the solution you'd like
My quick and dirty solution was to simply add the proper property to QuarkusConfiguration.java:
System.setProperty("quarkus.kafka-streams.bootstrap-servers", bootstrapServers);

Additional context

  • OS: macOS 10.15.3
  • Java Version: 11
  • MicroShed Testing Version: 0.8.1-SNAPSHOT
  • Qarkus 1.3.2.Final
@CrystalMethod CrystalMethod added the is:enhancement New feature or request label Apr 16, 2020
@appiepollo14
Copy link
Collaborator

Hi @CrystalMethod are you still interested in this enhancement or have you found another way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants