We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/area interceptor
main
dropEvent not commit offset
pipelines: - name: local sources: - type: file name: demo paths: - xxx.log interceptors: - type: transformer actions: - action: print() - if: NOT equal(level, DEBUG) then: - action: dropEvent() sink: type: dev printEvents: true codec: pretty: true
dropEvent后因为没有commit,导致offset不变 如果某个文件每一行都dropEvent,会导致
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In what area(s)?
What version of Loggie?
main
Actual Behavior
dropEvent not commit offset
Steps to Reproduce the Problem
dropEvent后因为没有commit,导致offset不变
如果某个文件每一行都dropEvent,会导致
The text was updated successfully, but these errors were encountered: