perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.63k stars 1.56k forks source link

Registering to discovery services [requested feature] #1166

Open davutg opened 4 years ago

davutg commented 4 years ago

I've a problem in registering my solution to Netflix Eureka device discovery. As I know Spring projects can be registered to Eureka and our spring booth microservices are being registered automatically. Some .net ports are also written for Eureka. What about spark ? Is there any implementation or plan in this regard ?

Please let me know , I will change my service discovery to kubernetes service discovery services just in case there is no support. Thanks !