Let’s remove the internal user ID from the API response - it was exposed by mistake and shouldn’t be there.
fetching decisions from convergefetching decisions from converge
●Converge has a decision from three weeks ago - the billing service reads that field when it builds invoices, so removing it now breaks them. Want me to add a deprecation path instead?
Let’s build a project configuration system.
fetching decisions from convergefetching decisions from converge
●Converge points to an implementation in the payments service that already solves this and is configured for Kubernetes. I’d reuse it rather than write a second one.
What is this header parameter that we always send to the payments service?
fetching decisions from convergefetching decisions from converge
●The header was introduced for an A/B test. The experiment was removed from the server, but this client was never cleaned up. Want me to clean it up?