loongs-zhang commented on PR #21992:
URL: https://github.com/apache/pulsar/pull/21992#issuecomment-1988617458

   > > I'm quite new to Pulsar, but reading through the mailing list, is seems 
that It would also probably help to have a optimized support for the function 
type which for WASM would probably be very useful.
   > 
   > @lburgazzoli I agree that support for WASM would be very useful. However, 
the current design of embedding inside the Java runtime doesn't seem very 
efficient since the JVM will add it's overhead. With a pluggable runtime type, 
it would be fine to have such implementations on the way to a more optimized 
solution. That's one more reason to have pluggable runtime types since it 
lowers the barriers to add new types or improve some what would be available.
   
   Hi, I just read your previous email, my understanding is that you plan to 
have the pulsar server directly call the pluggable runtime, which means that 
pulsar will directly send messages to `pulsar-runtime-wasm`?


-- 
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]

Reply via email to