Probing ETL Source (#292)

* Implement a probing ETL source and do not require SSL certs for SslETLSource (#251)

Fixes #251
This commit is contained in:
Alex Kremer
2022-09-13 00:32:13 +02:00
committed by GitHub
parent e2792f5a0c
commit 1ada879072
7 changed files with 409 additions and 97 deletions

View File

@@ -54,6 +54,7 @@ target_sources(clio PRIVATE
src/backend/SimpleCache.cpp
## ETL
src/etl/ETLSource.cpp
src/etl/ProbingETLSource.cpp
src/etl/NFTHelpers.cpp
src/etl/ReportingETL.cpp
## Subscriptions