-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet SDK #35
Comments
Hi @jeffdoolittle, thanks for reaching out. We're excited to see such enthusiasm to support BlazingMQ clients in other languages. As mentioned, we have a Java SDK which is a full implementation of the BlazingMQ C++ client SDKs and we are working on publishing a Python SDK which will use native bindings to the C++ client. I'm not sure which one of these approaches would be most appropriate for a .NET SDK, but if the community wants to support these projects we're happy to provide guidance. I personally think it would be interesting for this repo to provide a C API which most languages could very easily bind to. |
Hi |
Hi @jeffdoolittle and @roblugt Thanks for your interest in the project! Please see my response in another issue. Thanks! |
Please see #28 (comment) as well. |
Is there an existing proposal for this?
Is your feature request related to a problem?
No
Describe the solution you'd like
According to the documentation, clients for Java and Python are available, such as the following:
https://github.com/bloomberg/blazingmq-sdk-java
I would be interested in helping contribute to an sdk for dotnet if the project maintainers feel this might be of use to the broader community.
Alternatives you considered
No response
The text was updated successfully, but these errors were encountered: