M1-PE-Kafka/gradle.properties
Faraphel fe39acd48a simplified and improved the docker configuration
added a public run IDEA task to easily test the project
2024-06-22 11:27:30 +02:00

11 lines
378 B
Properties

# Gradle properties
quarkusPluginId=io.quarkus
quarkusPluginVersion=3.11.1
quarkusPlatformGroupId=io.quarkus.platform
quarkusPlatformArtifactId=quarkus-bom
quarkusPlatformVersion=3.11.1
# Kafka Properties
quarkus.analytics.disabled=true
quarkus.kafka-streams.bootstrap-servers=${KAFKA_BOOTSTRAP_SERVERS:kafka:9092}
kafka.bootstrap.servers=${KAFKA_BOOTSTRAP_SERVERS:kafka:9092}