KAFKA-2637: Cipher suite setting should be configurable for SSL#301
Closed
benstopford wants to merge 1 commit intoapache:trunkfrom
Closed
KAFKA-2637: Cipher suite setting should be configurable for SSL#301benstopford wants to merge 1 commit intoapache:trunkfrom
benstopford wants to merge 1 commit intoapache:trunkfrom
Conversation
Member
|
LGTM |
|
+1 |
efeg
pushed a commit
to efeg/kafka
that referenced
this pull request
Jan 29, 2020
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
May 1, 2020
This patch fixes a few problems in `KafkaNetworkChannel` found in apache#301: - Check for authentication errors before checking for disconnects - Check for connection failures prior to calling `ready` - Call `ready` instead of `isReady` to ensure we initiate the connection Also remove one of the unneeded conversion methods.
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
May 6, 2020
This patch fixes a few problems in `KafkaNetworkChannel` found in apache#301: - Check for authentication errors before checking for disconnects - Check for connection failures prior to calling `ready` - Call `ready` instead of `isReady` to ensure we initiate the connection Also remove one of the unneeded conversion methods.
abbccdda
pushed a commit
to abbccdda/kafka
that referenced
this pull request
May 31, 2020
This patch fixes a few problems in `KafkaNetworkChannel` found in apache#301: - Check for authentication errors before checking for disconnects - Check for connection failures prior to calling `ready` - Call `ready` instead of `isReady` to ensure we initiate the connection Also remove one of the unneeded conversion methods.
abbccdda
pushed a commit
to abbccdda/kafka
that referenced
this pull request
May 31, 2020
…he#301) This patch adds the wiring to startup a dummy server which uses the `ReplicatedCounter` state machine.
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
Aug 5, 2020
This patch fixes a few problems in `KafkaNetworkChannel` found in apache#301: - Check for authentication errors before checking for disconnects - Check for connection failures prior to calling `ready` - Call `ready` instead of `isReady` to ensure we initiate the connection Also remove one of the unneeded conversion methods.
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
Aug 5, 2020
…he#301) This patch adds the wiring to startup a dummy server which uses the `ReplicatedCounter` state machine.
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
Aug 13, 2020
This patch fixes a few problems in `KafkaNetworkChannel` found in apache#301: - Check for authentication errors before checking for disconnects - Check for connection failures prior to calling `ready` - Call `ready` instead of `isReady` to ensure we initiate the connection Also remove one of the unneeded conversion methods.
hachikuji
added a commit
to hachikuji/kafka
that referenced
this pull request
Aug 13, 2020
…he#301) This patch adds the wiring to startup a dummy server which uses the `ReplicatedCounter` state machine.
wyuka
added a commit
to wyuka/kafka
that referenced
this pull request
Mar 11, 2022
[LI-HOTFIX] TICKET = LI_DESCRIPTION = Added a no-op implementation of the AdminClient for use by linkedin-kafka-clients. EXIT_CRITERIA = When linkedin-kafka-clients can stop supporting Kafka 2.4.
wyuka
added a commit
to wyuka/kafka
that referenced
this pull request
Mar 28, 2022
TICKET = LI_DESCRIPTION = Added a no-op implementation of the AdminClient for use by linkedin-kafka-clients. EXIT_CRITERIA = When linkedin-kafka-clients can stop supporting Kafka 2.4.
wyuka
added a commit
to wyuka/kafka
that referenced
this pull request
Jun 16, 2022
TICKET = LI_DESCRIPTION = Added a no-op implementation of the AdminClient for use by linkedin-kafka-clients. EXIT_CRITERIA = When linkedin-kafka-clients can stop supporting Kafka 2.4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enables Cipher suite setting. Code was previously reviewed by @ijuma, @harshach. Moving to an independent PR.