Is it possible to have Hazelcast embedded deployment with .NET application? After reading topology overview my understanding is no, but it's also not stated explicitly. My app scenario is .NET Core running Linux.
Hazelcast member libraries are available only in Java so if you want to embed a member to a business service, its only possible with Java. Other languages, including .Net can use Hazelcast client libraries to access the cluster.