Browse Source

We're fine with self-signed certs, afterall we're not made of money

master
Jonathan Christison 5 years ago
parent
commit
8cfae38ce6
  1. 1
      quarkus-kafaka-homework/kafka-consumer/src/main/resources/application.properties

1
quarkus-kafaka-homework/kafka-consumer/src/main/resources/application.properties

@ -1,6 +1,7 @@
# Configuration file
# key = value
# Configure the Kafka source (we read from it)
quarkus.kubernetes-client.trust-certs=true
kafka.bootstrap.servers=localhost:9092
quarkus.http.port=8081
mp.messaging.incoming.user-message.connector=smallrye-kafka

Loading…
Cancel
Save