ignite icon indicating copy to clipboard operation
ignite copied to clipboard

IGNITE-25769 ComputeTaskContinuousMapper in Ignite.NET

Open kukushal opened this issue 5 months ago • 1 comments

PR Highlights

  • No documentation changes are needed, as the only description of this functionality on the official documentation site also applies to the new .NET API.
  • New example examples/Thick/Compute/Streaming/Program.cs is a .NET version of the existing ComputeContinuousMapperExample.java
  • I chose to enhance the existing .NET ComputeTaskSession and its Java counterpart PlatformComputeTaskSession to support the continuous mapper API, rather than creating separate implementations for Java and .NET. The reason is that a separate mapper implementation would require adding a second object argument to the inLongLongLongObjectOutLong callback, which I wanted to avoid

kukushal avatar Jul 01 '25 19:07 kukushal