Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : kafka-interchange

[Index] [Quick Jump] Package maintainers For package maintainers and hackage trustees Candidates This library provides serialization and deserialization for exchanges with Kafka. This takes the form of: data types, encode functions, and decode functions. This library is not a Kafka client. A Kafka client must be a much more opinionated piece of software. The purpose of this library is for Kafka clients to be built on top of it. There are two module namespaces in this library: Kafka.Interchange and Kafka.Data. Pseudoregex for modules in the Kafka.Interchange namespace: For example: The message type "Message" is special. It's the wrapper that all other message types are serialized inside of. Request modules include a encode function. Response modules include a decode function. Some shared types are used by both requests and responses. For such types, we use the Kafka.Data namespace. For example: These are not versioned, and they include both encode and decode functions.

Registry - JSON
purl: pkg:hackage/kafka-interchange
Keywords: bsd3, data, library
License: BSD-3-Clause
Latest release: about 1 month ago
First release: about 1 month ago
Downloads: 16 total
Last synced: 8 days ago

    Loading...
    Readme
    Loading...