Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

[BUG] caught IllegalArgumentException if batch size > 4096 #218

@dockerzhang

Description

@dockerzhang

Describe the bug
caught IllegalArgumentException if batch size > 4096

To Reproduce
Steps to reproduce the behavior:

  1. create a new topic --- t2
  2. producer message with batch size 5000
    ./rdkafka_performance -P -t t2 -b 127.0.0.1:9092 -s 128 -a 1 -X batch.num.messages=5000 -c 1000000
  3. consume
    ./rdkafka_performance -C -t t2 -b 127.0.0.1:9092 -G g2
  4. See error

Expected behavior
consume correctly

Screenshots
image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions