dockerzhang / incubator-inlong

Apache InLong - a one-stop data streaming platform
https://inlong.apache.org/
Apache License 2.0
0 stars 0 forks source link

[INLONG-113] Improve the consumption control ability of the client #113

Open dockerzhang opened 3 years ago

dockerzhang commented 3 years ago

Similar to Kafka, the relationship between partitions and consumers is specified and managed by the clients, rather than only one solution that is now completely distributed and managed by the server

1. Consumer allocation and management partition: Consumers can specify which partition to be consumed and where the consumption offset starts and ends. The entire consumer group can consume only part of the partition data such that the server is not responsible for the allocation.

2. The system must provide relevant offset information when production and consumption are successful, and the system also needs to support the client to query various metadata

JIRA link - [INLONG-113] created by gosonzhang

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 60 days with no activity.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 60 days with no activity.