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

Processor ideas #5

Open
4 tasks
birdayz opened this issue Jan 14, 2021 · 0 comments
Open
4 tasks

Processor ideas #5

birdayz opened this issue Jan 14, 2021 · 0 comments

Comments

@birdayz
Copy link
Owner

birdayz commented Jan 14, 2021

  • Debounce processor - skip intermediate messages with same key. maybe consider a decider func, which decides which one to keep. i.e. debounce 10s -> only one msg per 10s is processed, rest is dropped.
  • Rate Limit processor. could be tied together with debounce. somewhat difficult to implement, because blocking (long) is bad, a streams thread is supposed to not really block, because it serves other parts of the topology as well.
  • Processor/Transformer wrappers that add some decorations. Example: one that sets MDC fields for the duration of the call.
  • Error handling mechanism / retry mechanism for i/o stuff, that uses state store to be at-least-once
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

1 participant