markusthoemmes commented on issue #2531: Use akka distributed map to store the shared state URL: https://github.com/apache/incubator-openwhisk/pull/2531#issuecomment-318070406 In general: Try to bury all implementation details in the interface, for instance: We cast all the BigInts to Int outside of the replication? Then do the cast as part of the interface. Returning a String and "casting" it to a UUID is another example. Just cast inside the interface. That keeps the clients clean. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
