merlimat opened a new pull request, #25455: URL: https://github.com/apache/pulsar/pull/25455
## Summary Introduce PIP-466 proposing a new Java client API (`pulsar-client-api-v5` / `pulsar-client-v5`) designed for scalable topics ([PIP-460](https://github.com/apache/pulsar/blob/master/pip/pip-460.md)). Key points: - Three purpose-built consumer types: StreamConsumer (ordered), QueueConsumer (parallel), CheckpointConsumer (framework connectors) - Opaque topic model — partition/segment details hidden from applications - Works with scalable topics, partitioned topics, and non-partitioned topics - Existing `pulsar-client-api` remains unchanged - Same API model will be adopted by non-Java SDKs ## Motivation See [pip/pip-466.md](https://github.com/apache/pulsar/blob/master/pip/pip-466.md) for the full proposal. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
