foreversunyao opened a new issue #4094: [WIP][Pipeline Plugin] add Pipeline 
plugin feature to pulsar
URL: https://github.com/apache/pulsar/issues/4094
 
 
   **Is your feature request related to a problem? Please describe.**
   
   Currently we already have pulsar-io framework to let us make source/sink 
easily. And it would be better if we can have **pipeline plugin system** to 
**combine** multiple source/sink and make them work together like a data 
pipeline , and also it could make everyone to implement pulsar pipeline 
easier(like just make a config file). 
   
   **Describe the solution you'd like**
   Probably rely on pulsar-io framework.
   **Config** could be:
   ```
   {
       "Source": {
           "PulsarSource": "xxxx",
           "Id": "d21f04d0",
           "Name": "8b454530d692e87fd09179f791a099a1"
       },
       "Pipeline": [
           {
               "PulsarSink": "xxxxxx1",
               "Id": "1",
               "Name": "xxxx1"
           },
           {
                "PulsarSink": "xxxxxx2",
               "Id": "2",
               "Name": "xxxx2"
           },
           {
               "PulsarSink": "xxxxxx3",
               "Id": "3",
               "Name": "xxxx3"
           }
       ],
       "NumRetry": 30,
       "NumPartitions":1,
       "HttpPort": xxxx
   }
   ```
   
   
   Design(draft):
   
https://docs.google.com/document/d/1Hy7NSzZT-5oo2UvuhjrCM0SSl8n9ySiWdHBZ__qMFjc/edit
   
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to