Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
26 stars 4 forks source link

Eliminate DoubleJobRegistry #863

Open soxofaan opened 2 weeks ago

soxofaan commented 2 weeks ago

DoubleJobRegistry was introduced as temporary solution during the gradual migration from Zookeeper based job registry to the ElasticSearch based job registry. Now that we fully eliminated the zookeeper based job registry (right?), there is no need to keep DoubleJobRegistry as additional layer of complexity/redirection.

related to

soxofaan commented 2 weeks ago

oh wait, we're apparently still using ZK on Terrascope deploy

soxofaan commented 2 weeks ago

oh wait, we're apparently still using ZK on Terrascope deploy

just pushed a config update to also disable ZK registry on Terrascope