This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Description
The "Intelligent Sampling" looks like a very promising feature, but I think it would be valuable to have a way to export all the data to Kafka.
Use cases:
- Archiving to everything to something like S3
- Data Pipeline
- Send the sampled data to one backend and the unsampled elsewhere
I think that having a topic for what is sampled and another topic for what is not sampled would be a great addition.
I'm not entirely sure, but it might relate to #533