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

Fixes on TCP source and producer loop #2226

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AmmarAbouZor
Copy link
Member

@AmmarAbouZor AmmarAbouZor commented Feb 14, 2025

This PR is work in progress.

TCP Source:

Tcp source should return the count of copied bytes into buffer, because that's the count what get copied into buffer, not the bytes count we get from the socket.

Producer Loop:

Count incomplete errors and skip bytes if they produced multiple times in raw to avoid filling the internal buffers without being able to parse the data or skip it

The real number of added bytes is what get copied into buffer,
not the bytes count we get from the socket.
Count incomplete errors and skip bytes if they produced multiple times
in raw to avoid filling the internal buffers without being able to
parse the data or skip it.
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

Successfully merging this pull request may close these issues.

1 participant