Hi, I noticed that the canister HTTP outcall feature has introduced a new option: enable non-replicated outcalls
This feature allows a single node in the subnet to send HTTP outcalls externally — a very useful capability, as it means we no longer need an off-chain idempotent proxy.
However, I’ve observed that the cycle fee for non-replicated requests appears to be the same as for replicated requests. Why is that? Shouldn’t it cost less when only one node in the subnet issues the request?