ignite - Apache Ignite 的混合平台集群限制和数据流

标签 ignite gridgain

我们正在分析ignite以在.NET平台中使用它,在Ignite document中我们可以看到在Java中运行集群和在.NET中运行Thin Client存在一些限制。 document中提供的列表没有提到“数据流”。那么想知道“混合平台”是否支持“数据流”?

最佳答案

是的,混合平台集群支持数据流,您可以从 Ignite.NET 瘦客户端执行此操作,没有任何限制。

附注该文档有点过时(正在修复),这种情况下也支持服务,您可以双向进行 Java <-> .NET 服务调用,一些客户广泛使用: https://ignite.apache.org/docs/latest/net-specific/net-java-services-execution

关于ignite - Apache Ignite 的混合平台集群限制和数据流,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/75152533/

相关文章:

linux - apache ignite 在 linux 中为 C++ 构建

amazon-ec2 - AWS 上的 GridGain 集群在 VPC 中使用 TcpDiscoverySpi,而不是集群

gridgain - GridGain Off Heap 功能在社区版中可用吗?

java - 具有 "customized"键的 MapReduce

java - GridGain 中有 GridUuid 的顺序版本吗?

ignite - GridGain Server 分区丢失

Apache Ignite 与 Apache Drill for SQL 的性能对比

ignite - Ignite 中的通读和通写

scala - 将 IgniteCursor[T]/Iterable[T] 转换为 Future[Seq[T]]