142 packages tagged with “producer”
Core of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (KRaft).
DequeNET (pronounced Deck Net) provides a concurrent lock-free deque C# implementation. A deque, or double-ended queue, is a data structure that allows insertion and removal of items on both ends. ConcurrentDeque<T> supports 6 operations in constant time O(1): PushRight, PopRight, PeekRight, PushLeft, PopLeft and PeekLeft. The library also offers a simpler Deque<T> (not thread safe), implemented as a ring buffer. This implementation allows Pop and Peek operations to run in O(1) time and Push operations in amortized O(1) time.
EntityFrameworkCore KNet - EntityFrameworkCore provider for Apache Kafka
EntityFrameworkCore KNet - Serialization support for EntityFrameworkCore provider for Apache Kafka
Framework Esb Producer
Unofficial Amazon Kinesis Producer Library (KPL) for .NET. This package contains native executable to run on Windows.
Unofficial Amazon Kinesis Producer Library (KPL) for .NET. This package contains native executable to run on Linux.
EntityFrameworkCore KNet - Protobuf Serialization support for EntityFrameworkCore provider for Apache Kafka
EntityFrameworkCore KNet - Avro Serialization support for EntityFrameworkCore provider for Apache Kafka
Transformerizer: Parallel transform library for .NET
A collection of contructs for multi-threading
Command line interface of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (KRaft).
C# Consumer Client Implementation for Apache Kafka
Abstraction layer of kafka message producer
Use this package to create a new message creator.
JSON format message creator
Unofficial Amazon Kinesis Producer Library (KPL) for .NET. This is a core package which doesn't contain native executable, you also need to install separate package to run under specific platform (ex. KinesisProducerNet.Linux).
Package Description
ParallelTasks is a simple to use consumer-producer multithreading helper. (C# - Source file). Note: this nuget package contains c# source code and depends on .Net 4.0.
Package to reference for application layer
Ready made templates to create applications based on KNet. The templates are ready made starting points, all information and APIs are available in the official website https://knet.masesgroup.com
Producer and Consumer for Azure Queue-based Job Executors.
PubSub library to use in AWS using SQS,SNS and EventBridge
Connect SDK command line interface of .NET suite for Apache Kafka. KNet is a comprehensive .NET suite for Apache Kafka providing all features: Producer, Consumer, Admin, Streams, Connect, backends (KRaft).
A Kafka Sink for producing structured logging events from Serilog to a topic.
Abstraction layer of RabbitMQ message producer
Kafka Producer и Consumer с поддержкой сериализации и DI для проекта NotifyHub
Code generator for EventSourcing.Backbone
Kafka producer with low memory allocation and effective batching api.