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
Due to a bug in Kafka, we currently see several warnings in our build that look like this: Discovered 2 'junit-platform.properties' configuration files in the classpath; only the first will be used.
While this is certainly true, I had to write code to find out what's actually going on and pinpoint the issue to Kafka.
This could have been prevented if the warning message would have also included the multiple URLs.
This is not a big thing but a low-hanging fruit to slightly enhance the user experience in such a situation.
The text was updated successfully, but these errors were encountered:
Due to a bug in Kafka, we currently see several warnings in our build that look like this:
Discovered 2 'junit-platform.properties' configuration files in the classpath; only the first will be used.
While this is certainly true, I had to write code to find out what's actually going on and pinpoint the issue to Kafka.
This could have been prevented if the warning message would have also included the multiple URLs.
This is not a big thing but a low-hanging fruit to slightly enhance the user experience in such a situation.
The text was updated successfully, but these errors were encountered: