-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Proposal: Registry
Support
#3022
Comments
This capability is in progress for |
Yes, Any other component of the collector can do the same. You will need to enhance the component's Start method to check for a storage extension, and then make use of it. Here is where |
@djaglowski It looks great! |
@sincejune That is a good point. I believe there is a good chance the storage extension code may end up in this repo, but this will be up to the maintainers to decide. //cc @tigrannajaryan |
Let's give a bit time for storage extension to be polished and stabilized in the contrib and then we will move it to this repo. It should like happen after the GA to avoid delaying the GA further. |
I just realized that Kafka had already stored offset information itself so we don't have to add supports particularly for that. |
Is your feature request related to a problem? Please describe.
Opentelemetry-Collector can either be pull-based or push-based at this time.
For receivers that are pull-based (e.g.
kafka
andfilelog
receivers), we actually need aregistry
file for them so that Opentelemetry-Collector can continue consuming data from the last stop.The text was updated successfully, but these errors were encountered: