You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Brian Forbis (Jira)" <ji...@apache.org> on 2021/05/17 05:17:00 UTC

[jira] [Updated] (THRIFT-5416) Allow UDP Socket Client In Perl

     [ 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)