Skip to content

Request support for configuring the number of threads for a single Spring-Pulsar consumer #1235

@Programmer-yyds

Description

@Programmer-yyds

Currently, a single Spring-Pulsar consumer consumes messages using a single thread by default, which becomes a bottleneck in high-throughput scenarios.

Feature request:

Support configuring the number of threads for a single consumer to improve the processing capacity of an individual consumer.

Comparison: The native Pulsar Client can achieve multi-threaded consumption via asynchronous processing or ConsumerListener.

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