本地队列容量可配置

This commit is contained in:
三丙
2024-10-16 16:15:59 +08:00
parent 7d8a072084
commit 73bc580a0a
4 changed files with 8 additions and 6 deletions

View File

@@ -98,9 +98,6 @@ queue:
type: "${QUEUE_TYPE:kafka}"
partitions:
hash_function_name: "${QUEUE_PARTITIONS_HASH_FUNCTION_NAME:murmur3_128}" # murmur3_32, murmur3_128 or sha256
in_memory:
stats:
print-interval-ms: "${QUEUE_IN_MEMORY_STATS_PRINT_INTERVAL_MS:60000}"
kafka:
bootstrap-servers: "${KAFKA_SERVERS:kafka:9092}"
ssl: