The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Kafka JORDAN"

Kafka - Apache Kafka low-level synchronous API, which does not use Zookeeper. River stage one • 2 direct dependents • 2 total dependents

The user modules in this package provide an object oriented API. The IO agents, requests sent, and responses received from the Apache Kafka or mock servers are all represented by objects. This makes a simple and powerful interface to these services. ...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC

Kafka - Apache Kafka low-level synchronous API, which does not use Zookeeper. River stage one • 2 direct dependents • 2 total dependents

The user modules in this package provide an object oriented API. The IO agents, requests sent, and responses received from the Apache Kafka or mock servers are all represented by objects. This makes a simple and powerful interface to these services. ...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:25:14 UTC

Kafka::IO - Interface to network communication with the Apache Kafka server. River stage one • 2 direct dependents • 2 total dependents

This module is private and should not be used directly. In order to achieve better performance, methods of this module do not perform arguments validation. The main features of the "Kafka::IO" class are: * Provides an object oriented API for communic...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:25:14 UTC

Kafka::IO - Interface to network communication with the Apache Kafka server. River stage one • 2 direct dependents • 2 total dependents

This module is private and should not be used directly. In order to achieve better performance, methods of this module do not perform arguments validation. The main features of the "Kafka::IO" class are: * Provides an object oriented API for communic...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC

Kafka::Int64 - Functions to work with 64 bit elements of the protocol on 32 bit systems. River stage one • 2 direct dependents • 2 total dependents

This module is not intended to be used by end user. In order to achieve better performance, functions of this module do not perform validation of arguments. Transparent BigInteger support on 32-bit platforms where native integer type is limited to 32...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC

Kafka::Int64 - Functions to work with 64 bit elements of the protocol on 32 bit systems. River stage one • 2 direct dependents • 2 total dependents

This module is not intended to be used by end user. In order to achieve better performance, functions of this module do not perform validation of arguments. Transparent BigInteger support on 32-bit platforms where native integer type is limited to 32...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:25:14 UTC

Kafka::MockIO - object interface to simulate communications with the Apache Kafka server via socket. River stage one • 2 direct dependents • 2 total dependents

This module is not a user module. The main features of the "Kafka::MockIO" class are: * Emulates an object oriented model of communication (Kafka::IO class). * Simplistically emulates interaction with kafka server. Examples see "t/*_mock_io.t"....

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:25:14 UTC

Kafka::Message - Interface to the Kafka message properties. River stage one • 2 direct dependents • 2 total dependents

This module is not intended to be used by the end user. Kafka::Message class implements API for Kafka message. "fetch" method of the Consumer client returns reference to an array of objects of this class. The main features of the "Kafka::Message" cla...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC

Kafka::Cluster - object interface to manage a test kafka cluster. River stage one • 2 direct dependents • 2 total dependents

This module is not intended to be used by the end user. The main features of the "Kafka::Cluster" module are: * Automatic start and stop of local zookeeper server for tests. * Start-up, re-initialize, stop cluster of kafka servers. * A free port is a...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:25:14 UTC

Kafka::Message - Interface to the Kafka message properties. River stage one • 2 direct dependents • 2 total dependents

This module is not intended to be used by the end user. Kafka::Message class implements API for Kafka message. "fetch" method of the Consumer client returns reference to an array of objects of this class. The main features of the "Kafka::Message" cla...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:25:14 UTC

Kafka::Producer - Perl interface for Kafka producer client. River stage one • 2 direct dependents • 2 total dependents

Kafka producer API is implemented by "Kafka::Producer" class. The main features of the "Kafka::Producer" class are: * Provides object-oriented API for producing messages. * Provides Kafka PRODUCE requests....

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:25:14 UTC

Kafka::Producer - Perl interface for Kafka producer client. River stage one • 2 direct dependents • 2 total dependents

Kafka producer API is implemented by "Kafka::Producer" class. The main features of the "Kafka::Producer" class are: * Provides object-oriented API for producing messages. * Provides Kafka PRODUCE requests....

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC

Kafka::Consumer - Perl interface for Kafka consumer client. River stage one • 2 direct dependents • 2 total dependents

Kafka consumer API is implemented by "Kafka::Consumer" class. The main features of the "Kafka::Consumer" class are: * Provides an object-oriented API for consuming messages. * Provides Kafka FETCH and OFFSETS requests. * Supports parsing the Apache K...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:25:14 UTC

Kafka::Protocol - Functions to process messages in the Apache Kafka protocol. River stage one • 2 direct dependents • 2 total dependents

This module is not a user module. In order to achieve better performance, functions of this module do not perform arguments validation. The main features of the "Kafka::Protocol" module are: * Supports parsing the Apache Kafka protocol. * Supports Ap...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:25:14 UTC

Kafka::Consumer - Perl interface for Kafka consumer client. River stage one • 2 direct dependents • 2 total dependents

Kafka consumer API is implemented by "Kafka::Consumer" class. The main features of the "Kafka::Consumer" class are: * Provides an object-oriented API for consuming messages. * Provides Kafka FETCH and OFFSETS requests. * Supports parsing the Apache K...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC

Kafka::Protocol - Functions to process messages in the Apache Kafka protocol. River stage one • 2 direct dependents • 2 total dependents

This module is not a user module. In order to achieve better performance, functions of this module do not perform arguments validation. The main features of the "Kafka::Protocol" module are: * Supports parsing the Apache Kafka protocol. * Supports Ap...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC

Kafka::Internals - Constants and functions used internally. River stage one • 2 direct dependents • 2 total dependents

This module is private and should not be used directly. In order to achieve better performance, functions of this module do not perform arguments validation. EXPORT The following constants are available for export...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC

Kafka::IO::Async - Pseudo async interface to nonblocking network communication with the Apache Kafka server with Coro. This module implements the same interface that usual Kafka::IO module River stage one • 2 direct dependents • 2 total dependents

This module is private and should not be used directly. In order to achieve better performance, methods of this module do not perform arguments validation. The main features of the "Kafka::IO::Async" class are: * Provides an object oriented API for c...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:25:14 UTC

Kafka::Internals - Constants and functions used internally. River stage one • 2 direct dependents • 2 total dependents

This module is private and should not be used directly. In order to achieve better performance, functions of this module do not perform arguments validation. EXPORT The following constants are available for export...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:25:14 UTC

Kafka::IO::Async - Pseudo async interface to nonblocking network communication with the Apache Kafka server with Coro. This module implements the same interface that usual Kafka::IO module River stage one • 2 direct dependents • 2 total dependents

This module is private and should not be used directly. In order to achieve better performance, methods of this module do not perform arguments validation. The main features of the "Kafka::IO::Async" class are: * Provides an object oriented API for c...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC
26 results (0.047 seconds)