sjwiesman commented on a change in pull request #54: [FLINK-16515][docs] 
Refactor statefun documentation for multi-language SDKs
URL: https://github.com/apache/flink-statefun/pull/54#discussion_r390468750
 
 

 ##########
 File path: statefun-docs/docs/sdk/java/index.rst
 ##########
 @@ -40,52 +58,32 @@ Input's are untyped and passed through the system as a 
``java.lang.Object`` so o
 The ``Context`` provides metadata about the current message and function, and 
is how you can call other functions or external systems.
 Functions are invoked based on a function type and unique identifier.
 
-Function Type's and Identifiers
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Function Types and Messaging
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-In a local environment, the address of an object is the same as a reference to 
it.
-But in a distributed system, objects may be spread across multiple machines 
and may or may not be active at any given moment.
+In Java, function types are defined as a stringly typed reference containing a 
namespace and name.
 
 Review comment:
   I'll add maybe italics or quotes. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to