Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis_example.ini should have empty telemetry file fields #107

Open
the-other-james opened this issue Jan 4, 2024 · 2 comments
Open

redis_example.ini should have empty telemetry file fields #107

the-other-james opened this issue Jan 4, 2024 · 2 comments

Comments

@the-other-james
Copy link
Contributor

TelemetryDataFilePath and TelemetryFile are ignored when using a data source, and thus should be left blank.

Related #101

@the-other-james
Copy link
Contributor Author

Taking a closer look... the meta file doesn't make sense to me either. Is the subscription info hard-coded?

@asgibson
Copy link
Contributor

asgibson commented Jan 9, 2024

The meta file will contain this information, but the .ini for this has not been updated to be used as an effective example as of yet. Redis had been added for use by a project and their .ini made use of this. The parsing of the meta file is done in the __init__ function of any OnAirDataSource. Redis adapter's function, parse_meta_data_file, extracts subscription information from the meta file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants