elek commented on pull request #2096:
URL: https://github.com/apache/ozone/pull/2096#issuecomment-815628999


   > How does a new client can still work with old server?
   
   Good question. The trick here is that we don't do any protobuf 
modifications. We serialize the protobuf content to a new Java object structure 
which makes it possible to handle additional parameters (for example: EC can 
handle more properties instead of just the one `replicationFactor`). 
   
   
![image](https://user-images.githubusercontent.com/170549/114007613-ca681300-9861-11eb-9222-2a98c1fc3c18.png)
   
   This patch modifies the SCM to use `replicationConfig` everywhere, but the 
logic is the same as before. With this approach on the EC branch we can add a 
new replicationConfig implementation and all the pipeline managers will serve 
it.


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to