-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Does Apache Ignite 3 successfully working with .NET 8? #11958
Comments
Looks like the server is Ignite 2.x, while the client is Ignite 3. Those are not compatible. There is no problem with .NET 8. |
@ptupitsyn , thanks. After this changes I see some messages after each request to Ignite in Ingine container logs:
but as you can see, it's still unsuccessfully. |
You should connect the client to port Here is a detailed getting started guide for .NET developers: Hope this helps! |
Thanks, @ptupitsyn . I had not call |
I tried to figure out how to use Apache Ignite with a .NET application. I changed solution for this by next commit. But for some reason, when I try to get data from Apache Ignite , I get the following error:
In the logs of the ignite_instance container, I see the following messages:
Could you please tell me what I'm doing wrong?
The text was updated successfully, but these errors were encountered: