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