[DISCUSSION] IEP-110: Schema synchronization: basic schema changes

2023-07-23 Thread Roman Puchkovskiy
Hi Igniters! Please take a look at a proposal about the application of the Schema Synchronization framework to basic schema change types in Ignite 3 [1]. 1. https://cwiki.apache.org/confluence/display/IGNITE/IEP-110%3A+Schema+synchronization%3A+basic+schema+changes

Remove port range limitation 1024-49151 from Java thin client

2023-07-23 Thread Pavel Tupitsyn
Igniters, I propose to remove the artificial port range limitation from ClientConfiguration (checked in TcpClientChannel#validateConfiguration [1]) - it does not seem to be useful, and can be a problem for certain use cases (e.g. TestContainers [2]). Any objections? [1] https://github.com/apach