Skip to content

Commit 94e71de

Browse files
Amazon MSK Replicator now supports mTLS authentication when connecting to external Apache Kafka clusters, enabling customers to replicate data from clusters that require mutual TLS for client authentication. This capability is supported when replicating to Amazon MSK Express brokers.
1 parent 7eded8a commit 94e71de

5 files changed

Lines changed: 247 additions & 250 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.834
1+
1.11.835

src/aws-cpp-sdk-core/include/aws/core/VersionConfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
#pragma once
66

7-
#define AWS_SDK_VERSION_STRING "1.11.834"
7+
#define AWS_SDK_VERSION_STRING "1.11.835"
88
#define AWS_SDK_VERSION_MAJOR 1
99
#define AWS_SDK_VERSION_MINOR 11
10-
#define AWS_SDK_VERSION_PATCH 834
10+
#define AWS_SDK_VERSION_PATCH 835

tools/code-generation/api-descriptions/kafka-2018-11-14.normal.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5518,10 +5518,7 @@
55185518
"documentation": "<p>Details for mTLS client authentication.</p>"
55195519
}
55205520
},
5521-
"documentation": "<p>Details of the client authentication used by the Apache Kafka cluster.</p>",
5522-
"required": [
5523-
"SaslScram"
5524-
]
5521+
"documentation": "<p>Details of the client authentication used by the Apache Kafka cluster.</p>"
55255522
},
55265523
"KafkaClusterSaslScramAuthentication": {
55275524
"type": "structure",

0 commit comments

Comments
 (0)