temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
241 stars 32 forks source link

Use static membership for devserver [do-not-merge] #582

Open stephanos opened 1 month ago

stephanos commented 1 month ago

What was changed

Why?

Checklist

  1. Closes

  2. How was this tested:

  3. Any docs updates needed?

mjameswh commented 1 month ago

I expect this should make it possible to remove assignation of membership ports, which is a good thing.

    conf.RPC.MembershipPort = MustGetFreePort("127.0.0.1")