Skip to content

[Feature Request] Add C# .NET Core Connection Sample #3108

@risalsalu

Description

@risalsalu

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:

  1. Producer Code: Demonstrating how to send messages to AutoMQ.
  2. Consumer Code: Demonstrating how to read messages from AutoMQ.
  3. 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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions