...
Code Block |
---|
spring: kafka: ssl: protocol: SSL key-password: ${keyPassword} key-store-type: jks key-store-location: ${keystoreLocation} key-store-password: ${keystorePassword} trust-store-type: jks trust-store-location: ${truststoreLocation} trust-store-password: ${path to the client.truststore.jks} |
VertX
Producer/consumer settings used:
...