kafka-java-vertx-starter
kafka-java-vertx-starter copied to clipboard
cert error
when i run mvn package, failure with error as below, win10, what shoud i do
Expected: is "/kafka/config/user.jks" but: was "D:\kafka\config\user.jks" [ERROR] MainTest.testConfigConvertsTruststoreToAbsolute:63 Expected: is "/kafka/config/cert.jks" but: was "D:\kafka\config\cert.jks"
You can run mvn package -DskipTests if you want to build without running tests - are you making changes to the code or do you just want to build the app?