Skip to content

Commit

Permalink
Merge pull request #19 from wiremind/test_phan
Browse files Browse the repository at this point in the history
Working config for druid 26.0.0
  • Loading branch information
crqs authored Jul 25, 2023
2 parents 8066f77 + 5266ab8 commit c1745cc
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,17 @@
druid.service=druid/router
druid.plaintextPort=8888

druid.global.http.numMaxThreads=64
druid.global.http.numMaxThreads=100

# Broker
druid.broker.http.numMaxThreads=64
druid.broker.http.numMaxThreads=100

# HTTP proxy
druid.router.http.numConnections=25
druid.router.http.readTimeout=PT5M
druid.router.http.numMaxThreads=64
druid.router.http.numMaxThreads=100
druid.server.http.numThreads=4

# Indexer

# Service discovery
druid.router.defaultBrokerServiceName=druid/broker
druid.router.coordinatorServiceName=druid/coordinator
Expand Down

0 comments on commit c1745cc

Please sign in to comment.