This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Make a clear distrinction between streaming and package based connectors #167
Labels
enhancement
New feature or request
Comments
Hi @Licenser, I want to look into it! |
Hello @afzal442! Welcome to Tremor! |
Thanks @skoech! I wondered which doc's part for this issue needs to be fixed. |
We would need to update the docs of all the connectors (onramps/offramps). |
So, TCP is stream-based while the rest are all packet-based. |
Makes sense. I found those links as |
Yes, good. :) |
Hy @skoech, your discord handle plz? |
I'm shay#4695. I already reached out to you. Sorry I didn't mention it was me. 😀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the problem you are trying to solve
Some of our connectors are package based where one chunk of data == one event, udp, kafka, HTTP, WS are some examples.
Others are stream based where there is no alignment to event boundaries, TCP and file are examples. Those usually require a preprocessor and postprocessor to add framing.
We do not make it clear in the documentation which connector behaves which way and has which guarantees, that can lead to confusion.
We should be clearer about this.
The text was updated successfully, but these errors were encountered: