Skip to content

Support kafka parallel-consumer #2381

Closed
@bojanv55

Description

@bojanv55

Expected Behavior

Enable parallel processing of the messages in single consumer.

Current Behavior

Single-threaded processing of the messages.

Context

Are there any plans to include ParallelStreamProcessor as an option for spring-kafka? https://github.com/confluentinc/parallel-consumer It should handle automatically multiple threads, acking and other stuff (synchronization on same key if needed etc.).

Currently I can configure this manually, but would be easier I guess If I would only need to implement void poll(Consumer<PollContext<K, V>> usersVoidConsumptionFunction);, and the rest is taken care by the spring.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions