epm-dev-priporov / ktor-cloud

Apache License 2.0
0 stars 0 forks source link

Is this Repo Still Relevant #1

Open sunildhiman90 opened 5 months ago

sunildhiman90 commented 5 months ago

Hi,

Just curious to know, if this repo is still relevant for creating micro services using Ktor server? I am asking this as i cannot see any commit since last 4 years almost.

Thinking of using it for micrservices in ktor just like we use eureka service discovery and registration in spring boot something like this: https://spring.io/guides/gs/service-registration-and-discovery.

Thanks

epm-dev-priporov commented 5 months ago

hello @sunildhiman90 I really didn't update it pretty long time, because there was no any fidback. If you need I could update this to required ktor/jdk/kotlin versions

sunildhiman90 commented 5 months ago

Hey yes please., i would like to use.

But i have one question can we use it like the example link i posted. I means for service discovery and registeration??

May be if possible you can create one sample of ktor microservices connected using this same as we do in spring boot. So that it will be easier to use this.

Thanks.

epm-dev-priporov commented 5 months ago

@sunildhiman90 do you mean example where ktor works as eureka server? I am afraid I didn't implemen it. only eureka client

sunildhiman90 commented 5 months ago

Yes, i was thinking of something like creating microservices using erureka clients and service discovery as well.