Hi Pulsar community, I would like to start a vote thread to merge the following Pull Request:
*PR:* https://github.com/apache/pulsar/pull/24809 <https://www.google.com/search?q=https://github.com/apache/pulsar/pull/24809> This PR provides the implementation for PIP-445 and addresses Issue #24744. *Motivation:* - Introduces a flexible, backward-compatible mechanism to the TableViewBuilder (adding createMapped and createMappedAsync). - Allows users to access the full Message<T> object, including metadata (e.g., properties, event time). - Resolves the limitation where the current API only exposes the deserialized value. *Relevant Links:* - *PIP (Proposal):* https://github.com/apache/pulsar/pull/24842 <https://www.google.com/search?q=https://github.com/apache/pulsar/pull/24842> - *Main Issue:* https://github.com/apache/pulsar/issues/24744 <https://www.google.com/search?q=https://github.com/apache/pulsar/issues/24744> - *Mailing List Discussion:* https://lists.apache.org/thread/12jxo0n3njjpm17w2zdo2qvx1bs3y2dk Thank you, SeungTaek Lim
