streamnative / kop

Kafka-on-Pulsar - A protocol handler that brings native Kafka protocol to Apache Pulsar

Home Page:https://streamnative.io/docs/kop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] close channel with pending responses

xuesongxs opened this issue · comments

Describe the bug
Pulsar v2.8.1, KOP v2.8.1.30

To Reproduce
Steps to reproduce the behavior:

  1. Start kop with broker
  2. bin/kafka-producer-perf-test.sh --topic test-topic --num-records 1000000 --record-size 1000 --throughput -1 --producer-props bootstrap.servers=XXXX:9092
  3. broker.log
    4.The rate at which Kafka producers write to topics is unstable, and connections are closed every 1 minute
    image
  4. See error
    image

Expected behavior
The rate at which kafka producers write to the topic is stable, and the connection between kafka producers and kop will not be closed.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.