Replies: 3 comments 2 replies
-
Should the default use case be set under duplication? It might change how the code handles persistent services that are accessed (if the copy-on-write feature isn't implemented for that protocol), a sort of race condition where features like indexes/constraints/etc... can return different results to the local machine opposed to the remote process. Id expect by default the traffic be stolen unless the developer knows for a fact the other relevant services in the cluster can handle duplicated messages and return the same result for both instances. |
Beta Was this translation helpful? Give feedback.
-
About Unless there will be a need to add some functionality that is simply will be too bulky or just not easy to pass to the cli, for example overriding dns resolutions like a |
Beta Was this translation helpful? Give feedback.
-
P.S see suggestions here on UX #395 |
Beta Was this translation helpful? Give feedback.
-
Hey.
We're getting close to v3 release and part of the release is changing the UX.
Version 3 is expected to have the following features:
Now, the default use case for exec would be in my that all features are enabled by default, and you can toggle each off starting from overall "off toggle" to specific.
would duplicate traffic, tunnel local outgoing traffic, load environments and use remote dns resolution.
would steal traffic, tunnel local outgoing traffic, load environments and use remote dns resolution.
Also, as part of this I suggest to have .mirrord file that we'll look for configuration, so you could just do
and the service would run with all relevant other flags and command line.
You will also be able to choose file by specifying
-f
or--profile-file
or by name of profile (in case a profile file a list of different profiles).This is WIP, feel free to step in.
Beta Was this translation helpful? Give feedback.
All reactions