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

Bugfix: Add fix for SSL CA Bundle Verification Issue #421

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Conversation

skalupa
Copy link
Collaborator

@skalupa skalupa commented Jan 4, 2024

Describe the change
After the recent upgrade to Confluent Kafka Go v2, it was found that the ssl.endpoint.identification.algorithm configuration option defaults to https. In order to maintain the behavior that has already been tested with this producer, this configuration option needs to be set to "none" in order to bypass this default. This PR makes the above change.

Describe testing procedures
Kafka producer was tested with existing broker to verify config change resolves the issue. Default logging was also tested using locally built containers to ensure that normal behavior of local logging did not change.

Sample output
N/A

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of and tested my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@phutelmyer phutelmyer merged commit 3a32308 into master Jan 4, 2024
4 checks passed
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