Skip Menu |

This queue is for tickets about the Kafka CPAN distribution.

Report information
The Basics
Id: 96423
Status: rejected
Priority: 0/
Queue: Kafka

People
Owner: Nobody in particular
Requestors: andy.melnikov [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Use a higher-level sockets interface
Use IO::Socket or IO::Socket::Timeout instead of Socket, to avoid a reimplementation of connection timeouts.
IO::Socket::Timeout did not exist when we implemented Kafka module, and so it was not used. It is quite a substantial amount of work to replace our code with IO::Socket::Timeout. Unfortunately, we do not have resources to do this now, but may return to this issue again in future.