mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-08 19:26:42 +00:00
feat: Ledger publisher use async framework (#2756)
This commit is contained in:
@@ -146,8 +146,7 @@ ClioApplication::run(bool const useNgWebServer)
|
||||
);
|
||||
|
||||
// ETL is responsible for writing and publishing to streams. In read-only mode, ETL only publishes
|
||||
// TODO: don't use ioc (Publisher uses it)
|
||||
auto etl = etl::ETLService::makeETLService(config_, ioc, ctx, backend, subscriptions, balancer, ledgers);
|
||||
auto etl = etl::ETLService::makeETLService(config_, ctx, backend, subscriptions, balancer, ledgers);
|
||||
|
||||
auto workQueue = rpc::WorkQueue::makeWorkQueue(config_);
|
||||
auto counters = rpc::Counters::makeCounters(workQueue);
|
||||
|
||||
Reference in New Issue
Block a user