[ 
https://issues.apache.org/jira/browse/THRIFT-5416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Forbis updated THRIFT-5416:
---------------------------------
    Description: 
The current Socket.pm module only allows for creating a TCP socket client. Some 
implementations that use Thrift (notably Jaeger Agent), use the UDP protocol.

A quick solution to enabling Thrift over UDP is to allow the client to specify 
the protocol when creating the socket instance, otherwise have it default to 
using TCP.

  was:
The current Socket.pm module only allows for creating a TCP socket client. Some 
implementations that use Thrift (notably Jaeger), use the UDP protocol.

A quick solution to enabling Thrift over UDP is to allow the client to specify 
the protocol when creating the socket instance, otherwise have it default to 
using TCP.


> Allow UDP Socket Client In Perl
> -------------------------------
>
>                 Key: THRIFT-5416
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5416
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Perl - Library
>            Reporter: Brian Forbis
>            Priority: Minor
>
> The current Socket.pm module only allows for creating a TCP socket client. 
> Some implementations that use Thrift (notably Jaeger Agent), use the UDP 
> protocol.
> A quick solution to enabling Thrift over UDP is to allow the client to 
> specify the protocol when creating the socket instance, otherwise have it 
> default to using TCP.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to