Skip to content

Commit ec2d472

Browse files
authored
Merge pull request #47731 from abrennan89/SRVKE-1257
[SRVKE-1257] Add additional info about kafka broker
2 parents 3a962f8 + ad3a166 commit ec2d472

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

serverless/develop/serverless-kafka-developer.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ include::snippets/serverless-kafka-broker-intro.adoc[]
5050
:FeatureName: Kafka broker
5151
include::snippets/technology-preview.adoc[leveloffset=+2]
5252

53-
[IMPORTANT]
54-
====
55-
The Kafka broker, which is currently in Technology Preview, is not supported on FIPS.
56-
====
57-
5853
include::modules/serverless-kafka-broker.adoc[leveloffset=+2]
5954
include::modules/serverless-kafka-broker-with-kafka-topic.adoc[leveloffset=+2]
6055

serverless/develop/serverless-using-brokers.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ include::snippets/serverless-kafka-broker-intro.adoc[]
2929
:FeatureName: Kafka broker
3030
include::snippets/technology-preview.adoc[leveloffset=+2]
3131

32-
[IMPORTANT]
33-
====
34-
The Kafka broker, which is currently in Technology Preview, is not supported on FIPS.
35-
====
36-
3732
include::modules/serverless-kafka-broker.adoc[leveloffset=+2]
3833
include::modules/serverless-kafka-broker-with-kafka-topic.adoc[leveloffset=+2]
3934

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
// Text snippet included in the following modules:
22
//
33
// * /serverless/develop/serverless-using-brokers.adoc
4+
// * /serverless/develop/serverless-kafka-developer.adoc
45

56
:_content-type: SNIPPET
67

8+
The Knative Kafka broker is an Apache Kafka native implementation of the Knative broker API. It has a better integration with Kafka for the broker and trigger model over other broker types and reduces network hops.
9+
10+
[IMPORTANT]
11+
====
12+
The Kafka broker, which is currently in Technology Preview, is not supported on FIPS.
13+
====
14+
15+
The Knative Kafka broker stores incoming CloudEvents as Kafka records, using the binary content mode. This means that all CloudEvent attributes and extensions are mapped as headers on the Kafka record, while the `data` spec of the CloudEvent corresponds to the value of the Kafka record.
16+
717
If a cluster administrator has configured your {ServerlessProductName} deployment to use Kafka as the default broker type, creating a broker by using the default settings creates a Kafka-based `Broker` object. If your {ServerlessProductName} deployment is not configured to use Kafka broker as the default broker type, you can use one of the following procedures to create a Kafka-based broker.

0 commit comments

Comments
 (0)