You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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);
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);
microshed-testing/modules/quarkus/src/main/java/org/microshed/testing/quarkus/QuarkusConfiguration.java
Line 189 in b2338ed
Additional context
The text was updated successfully, but these errors were encountered: