[Feedback request] Fuddle service registry

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Eureka

    AWS Service registry for resilient mid-tier load balancing and failover.

  • The closest thing I've found is Netflix's Eureka, though its very Java oriented and I found hard to use.

  • fuddle

    Fuddle is a service registry that can be used for client side service discovery and cluster observability.

  • Instead I've started looking at building a similar service to Eureka, called Fuddle (https://github.com/fuddle-io/fuddle), which is lightweight and written in Go. Its still very early in development though if anyone has experience with service discovery, any feedback would be really appreciated. (Or maybe theres already a similar service that I'm missing?). Theres some examples of using it from a client in fuddle_test.go

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • fuddle-go

    Discontinued A Go SDK for the Fuddle service registry

  • Instead I've started looking at building a similar service to Eureka, called Fuddle (https://github.com/fuddle-io/fuddle), which is lightweight and written in Go. Its still very early in development though if anyone has experience with service discovery, any feedback would be really appreciated. (Or maybe theres already a similar service that I'm missing?). Theres some examples of using it from a client in fuddle_test.go

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts