Oipo commented on issue #185: Add custom serialization service for custom 
delete functions in RSA
URL: https://github.com/apache/celix/pull/185#issuecomment-610801072
 
 
   +1 to supporting fqn+version. However, I can still think of a use case for 
also supporting targeting service ids. Suppose a user has a remoted service X 
with serialization json and twenty java applications that communicate with X. 
User wants to move to serialization msgpack. Not wanting to upgrade all 
services communicating with service X at once, the user simply spins up two 
instances with a different filter (e.g. (service.serialization=json) and 
(service.serialization=msgpack)) so that upgrading can ben done per java 
application, instead of having to do twenty at the same time.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to