Terracotta-OSS / terracotta-platform

http://terracotta.org
Apache License 2.0
32 stars 48 forks source link

Refreshable Endpoints #1142

Closed mathieucarbou closed 1 year ago

mathieucarbou commented 1 year ago

Introduced the concept of Endpoints when returning a collection of endpoints, so that we can re-use it in other projects to dynamically refresh the endpoints to use to connect to when a topology change occurs.

Ehcache PR: https://github.com/ehcache/ehcache3/pull/3079

mathieucarbou commented 1 year ago

rebased