Skip to content

Commit

Permalink
Merge pull request #1071 from ballerina-platform/dilanSachi-patch-1
Browse files Browse the repository at this point in the history
Update the supported kafka client versions in the doc files
  • Loading branch information
dilanSachi committed Mar 20, 2024
2 parents 43d103d + aaaf834 commit b2ee91f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This library provides an implementation to interact with Kafka Brokers via Kafka

Apache Kafka is an open-source distributed event streaming platform used for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.

This library supports Kafka 1.x.x and 2.0.0 versions.
This library supports Kafka 1.x.x, 2.x.x and 3.x.x versions.

### Consumer and producer
#### Kafka producer
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This module provides an implementation to interact with Kafka Brokers via Kafka

Apache Kafka is an open-source distributed event streaming platform used for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.

This module supports Kafka 1.x.x and 2.0.0 versions.
This module supports Kafka 1.x.x, 2.x.x and 3.x.x versions.

### Consumer and producer
#### Kafka producer
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This package provides an implementation to interact with Kafka Brokers via Kafka

Apache Kafka is an open-source distributed event streaming platform used for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.

This package supports Kafka 1.x.x and 2.0.0 versions.
This package supports Kafka 1.x.x, 2.x.x and 3.x.x versions.

### Consumer and producer
#### Kafka producer
Expand Down

0 comments on commit b2ee91f

Please sign in to comment.