daml/ledger/ledger-runner-common
pbatko-da 58cb5386ed
[DPP-1390] Introduce separate 'index-service.acs-streams.contract-processing-parallelism' config key (#16182)
Previously the config key `index-service.events-processing-parallelism` was used both when fetching ACS from DB
and for buffered transaction reader.
Now these resposibilities are separated into two new config keys:
1. `index-service.acs-streams.contract-processing-parallelism` (which mirrors the tx streams configs)
2. `index-service.buffered-events-processing-parallelism`

Also moving a larger chunk of code from TransactionReader to ACSReader (which mirrors the tx stream readers)
2023-01-27 18:05:02 +00:00
..
src [DPP-1390] Introduce separate 'index-service.acs-streams.contract-processing-parallelism' config key (#16182) 2023-01-27 18:05:02 +00:00
BUILD.bazel Allow to mock jwtVerifierLoader to extend the authentication support. (#16049) 2023-01-12 19:42:48 +01:00