[ https://issues.apache.org/jira/browse/S4-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13591708#comment-13591708
]
Matthieu Morel commented on S4-15:
----------------------------------
Thanks Karthik for the patch. However a requirement for updating the udp transport is actually
to enable it.
Currently, TCP is the default and only protocol - see https://github.com/apache/incubator-s4/blob/dev/subprojects/s4-core/src/main/java/org/apache/s4/core/AppModule.java#L33
I don't see a strong case for enabling udp at the moment, given the performance that we reach
with TCP and the configurable load shedding mechanisms now available in S4.
But if you have a suggestion / update to the patch to allow pluggable transport that would
be great and we could probably integrate it!
> Picking a communication protocol
> --------------------------------
>
> Key: S4-15
> URL: https://issues.apache.org/jira/browse/S4-15
> Project: Apache S4
> Issue Type: Improvement
> Affects Versions: 0.5.0
> Reporter: Karthik Kambatla
>
> Currently, the application (the associated module) require binding both the emitter and
listener classes. Such an approach allows improper selections - e.g. UDPEmitter for Emitter
and NettyListener for Listener.
> Instead, one should pick a communication protocol, the appropriate Emitter and Listener
classes should be automatically picked.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|