Re: [DISCUSS] PIP-331: WASM Function API

2024-02-23 Thread Lari Hotari
> What do you think about implementing a WASM function runtime directly? > It could be on par with the current Java function runtime. If we > define the API or SDK for WASM and Pulsar interaction, users could > simply upload their WASM files and process messages just like a Pulsar > function. +1 .

Re: [DISCUSS] PIP-331: WASM Function API

2024-02-20 Thread Zike Yang
Thanks for proposing this feature! I replied in the PR. Before reviewing this PIP, I thought it was an implementation of a WASM function runtime. IIUC, for this PIP, users need to first define a Java Pulsar function and then construct the FunctionMap to interact with the wasm. Right? Just share

Re: [DISCUSS] PIP-331: WASM Function API

2024-02-18 Thread Asaf Mesika
Hi ZiCheng, Brilliant suggestion! I replied in the PR section, which I couldn't understand. On Tue, Jan 30, 2024 at 1:18 PM dragon-zhang wrote: > Hi Pulsar Community, > > I want to add a new feature that supports run WASM bytecode to the > pulsar-functions module. > > Please see the PIP: http

[DISCUSS] PIP-331: WASM Function API

2024-01-30 Thread dragon-zhang
Hi Pulsar Community, I want to add a new feature that supports run WASM bytecode to the pulsar-functions module. Please see the PIP: https://github.com/apache/pulsar/pull/21992 Thanks, ZiCheng Zhang