-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[receiver/filelog] Add docs for offset tracking #30914
Conversation
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already have some documentation for this under the storage
parameter. Will you please update that parameter description to refer to this section, and ensure terminology is aligned? (i.e. entire doc should use offset or checkpoint but not both)
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
Thank's for the feedback @djaglowski! I tried to get this aligned with your comments. |
Thanks @ChrsMark. I've made some additional suggestions but I think we can get this merged with a few more tweaks. |
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ChrsMark
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> This PR adds documentation notes on how to achieve fault tolerance on `filelog`'s receiver offset tracking. The need for this is obvious but was also explained at open-telemetry#20552 (comment). **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> --------- Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
This PR removes the sample testing config that was added accidentally with #30914. cc: @djaglowski Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
This PR removes the sample testing config that was added accidentally with open-telemetry#30914. cc: @djaglowski Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
Description:
This PR adds documentation notes on how to achieve fault tolerance on
filelog
's receiver offset tracking.The need for this is obvious but was also explained at #20552 (comment).
Link to tracking Issue:
Testing:
Documentation: