kukushal opened a new pull request, #12166:
URL: https://github.com/apache/ignite/pull/12166

   ### PR Highlights
   
   * No documentation changes are needed, as the only [description of this 
functionality on the official documentation 
site](https://ignite.apache.org/docs/latest/resources-injection.html#pre-defined-resources)
 also applies to the new .NET API.
   * New example `examples/Thick/Compute/Streaming/Program.cs` is a .NET 
version of the existing 
[ComputeContinuousMapperExample.java](https://github.com/apache/ignite/blob/2.17.0/examples/src/main/java/org/apache/ignite/examples/computegrid/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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to