-
Notifications
You must be signed in to change notification settings - Fork 604
Description
Who is this feature for?
.NET and C# developers who want to use AutoMQ in their applications.
What problem are they facing today?
There are currently no code examples or documentation showing how to connect to AutoMQ using .NET. This makes it difficult for C# developers to adopt the technology.
Why is solving this impactful?
It lowers the barrier to entry for the large community of .NET developers who want to try AutoMQ. By providing a working C# example, we validate that AutoMQ is truly compatible with the broader ecosystem (not just Java) and encourage adoption in enterprise Microsoft environments.
Proposed solution
I will contribute a new sample project (e.g., in a clients/dotnet directory) to demonstrate C# support.
The solution will be a .NET Core Console Application using the standard Confluent.Kafka library. It will include:
- Producer Code: Demonstrating how to send messages to AutoMQ.
- Consumer Code: Demonstrating how to read messages from AutoMQ.
- Documentation: A README.md explaining prerequisites and how to run the sample locally.
Additional notes
I plan to use the standard Confluent.Kafka NuGet package for this implementation as it is the most widely used client for the .NET ecosystem.
I am ready to work on this immediately and can submit a Pull Request (PR) for review once this issue is assigned to me.