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:16:00 UTC

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

Brian Forbis created THRIFT-5416:
------------------------------------

             Summary: 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


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.



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