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/01/08 20:52:36 UTC

[GitHub] david-streamlio opened a new pull request #3335: Added HTTP Support

david-streamlio opened a new pull request #3335: Added HTTP Support
URL: https://github.com/apache/pulsar/pull/3335
 
 
   ### Motivation
   
   Added support for accepting data over HTTP connections. Prior to this change the only supported protocol was TCP. I have expanded the capabilities of this single connector to handle both.
   
   ### Modifications
   
   Refactored some of the code and comments, as they assumed TCP support only. Added new classes to handle incoming data over HTTP connections. Added the 'protocol' property to the NettySourceConfig class that allows you to specify which protocol you want to use. Currently, only 'tcp' and 'http' are valid values
   
   ### Result
   
   After this change, we can use this connector to accept incoming data over either TCP or HTTP connections. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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