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

Send socket data via non-blocking IO with send buffer #1912

Merged
merged 2 commits into from
Sep 30, 2019
Merged

Conversation

dpkp
Copy link
Owner

@dpkp dpkp commented Sep 29, 2019

This PR completes migration of network IO writes to the asynchronous event loop. Each BrokerConnection object maintains a send_buffer to capture any bytes returned from KafkaProtocol but not yet placed on the socket buffer via sock.send .


This change is Reviewable

@dpkp dpkp merged commit 392d674 into master Sep 30, 2019
@dpkp dpkp deleted the conn_send_buffer branch September 30, 2019 00:04
@jeffwidman
Copy link
Contributor

🍰

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.

2 participants