You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/05/16 08:36:11 UTC

[GitHub] [pulsar] cbornet opened a new issue #4285: Pulsar Functions as a library

cbornet opened a new issue #4285: Pulsar Functions as a library
URL: https://github.com/apache/pulsar/issues/4285
 
 
   **Is your feature request related to a problem? Please describe.**
   Currently, Pulsar Functions need to be packaged and launched by pulsar-admin or loaded into a broker.
   This has the disadvantage of being hard to debug and slow to REPL. And you can't use your favorite framework to integrate into your existing infrastructure (eg. Spring-Boot, Spring-Cloud, ...)
   
   **Describe the solution you'd like**
   Kafka has a different approach where Kafka-Streams is just a library that you add on top of any Java app and doesn't impose a "runtime context". It would be great to have the same for Pulsar.
   
   cc @srkukarni 
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services