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

Api timeout and deadline #92

Merged
merged 3 commits into from
Jul 11, 2021
Merged

Api timeout and deadline #92

merged 3 commits into from
Jul 11, 2021

Conversation

zmstone
Copy link
Contributor

@zmstone zmstone commented Jul 11, 2021

trigger github action

@zmstone zmstone force-pushed the api-timeout-and-deadline branch 7 times, most recently from b554087 to 6b58553 Compare July 11, 2021 13:00
@zmstone zmstone requested review from k32, id and qzhuyan July 11, 2021 13:04
@zmstone zmstone merged commit 60e14c5 into master Jul 11, 2021
@zmstone zmstone deleted the api-timeout-and-deadline branch July 11, 2021 13:23
zmstone added a commit to kafka4beam/brod that referenced this pull request Feb 5, 2022
Prior to this change the actual time spent in establishing a
Kafka connection might be longer than desired due to the timeout
being used in SSL upgrade (if enabled), then API version query.

This has been fixed by turning the given timeout config
into a deadline, and the sub-steps will try to meet the deadline.
see more details here:
kafka4beam/kafka_protocol#92
zmstone added a commit to kafka4beam/brod that referenced this pull request Feb 6, 2022
Prior to this change the actual time spent in establishing a
Kafka connection might be longer than desired due to the timeout
being used in SSL upgrade (if enabled), then API version query.

This has been fixed by turning the given timeout config
into a deadline, and the sub-steps will try to meet the deadline.
see more details here:
kafka4beam/kafka_protocol#92
kianmeng pushed a commit to kianmeng/brod that referenced this pull request Sep 11, 2022
Prior to this change the actual time spent in establishing a
Kafka connection might be longer than desired due to the timeout
being used in SSL upgrade (if enabled), then API version query.

This has been fixed by turning the given timeout config
into a deadline, and the sub-steps will try to meet the deadline.
see more details here:
kafka4beam/kafka_protocol#92
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.

3 participants