Kafka
Kafka copied to clipboard
Perl implementation of Kafka API (official CPAN module)
By forcing a partition number, you move the responsibility of balancing partitions to the user. This might lead to imbalanced partitions and workers having problems processing message from these partitions....
Several methods (e. g. connection, fetch) return an unspecific error when being fed strings with the utf8 flag set. Configurations are often read from yaml files and these, as any...
On Mac AND Linux, Perl is modern (5.16 and 5.22 respectively), using freshly downloaded Kafka 1.07. No Kafka or Java on these machines, purely clients. The server is external. The...
I'm trying to find a way how to monitor the status of the connection object. If I shut down my Kafka broker, the response message is still the same as...