Skip to content

Commit

Permalink
fix: review
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed May 16, 2022
1 parent bc475da commit e5b258f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/pubsub/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ description: This document contains information about the Apache APISIX kafka pu

Connecting to Apache Kafka in Apache APISIX is very simple.

Currently we provide a simpler way to integrate by combining two APIs, ListOffsets and Fetch, to quickly implement the ability to pull Kafka messages, but do not support Apache Kafka's consumer group feature for now, and cannot be managed by Kafka for offsets.
Currently, we provide a simpler way to integrate by combining two APIs, ListOffsets and Fetch, to quickly implement the ability to pull Kafka messages. Still, they do not support Apache Kafka's consumer group feature for now and cannot be managed for offsets by Apache Kafka.

### Limitations

Expand Down

0 comments on commit e5b258f

Please sign in to comment.