Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Kafka โ€” activate with: --spring.profiles.active=kafka
sentry.enable-queue-tracing=true

spring.autoconfigure.exclude=
spring.kafka.bootstrap-servers=localhost:9092
spring.kafka.consumer.group-id=sentry-sample-group
spring.kafka.consumer.auto-offset-reset=earliest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ spring.graphql.graphiql.enabled=true
spring.graphql.websocket.path=/graphql
spring.quartz.job-store-type=memory

# Kafka is only active with the 'kafka' profile (--spring.profiles.active=kafka)
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration

# Cache tracing
sentry.enable-cache-tracing=true
spring.cache.cache-names=todos
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Kafka โ€” activate with: --spring.profiles.active=kafka
sentry.enable-queue-tracing=true

spring.autoconfigure.exclude=
spring.kafka.bootstrap-servers=localhost:9092
spring.kafka.consumer.group-id=sentry-sample-group
spring.kafka.consumer.auto-offset-reset=earliest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ spring.graphql.graphiql.enabled=true
spring.graphql.websocket.path=/graphql
spring.quartz.job-store-type=memory

# Kafka is only active with the 'kafka' profile (--spring.profiles.active=kafka)
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration

# Cache tracing
sentry.enable-cache-tracing=true
spring.cache.cache-names=todos
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Kafka โ€” activate with: --spring.profiles.active=kafka
sentry.enable-queue-tracing=true

spring.autoconfigure.exclude=
spring.kafka.bootstrap-servers=localhost:9092
spring.kafka.consumer.group-id=sentry-sample-group
spring.kafka.consumer.auto-offset-reset=earliest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ spring.quartz.job-store-type=memory
# Cache tracing
sentry.enable-cache-tracing=true

# Kafka is only active with the 'kafka' profile (--spring.profiles.active=kafka)
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration

spring.cache.cache-names=todos
spring.cache.caffeine.spec=maximumSize=500,expireAfterAccess=600s

Loading