Vihang Patil
Vihang Patil
# Problem description We end up configuring a large bucket size on PGW, OCSGW or OCS which can handle fastest data consumption. But most of the users do not consume...
# Problem description The load balancing on streaming gRPC happens on connections. So, a single gRPC streaming connection is established with a single instance of prime. Hence, that one instance...
**Describe the bug** `getDepositAddresses` is being deprecated and replaced by its paginated version `getPaginatedAddresses`. Original `interface DepositAddressResponse` had `type?: string` but the replacement `interface AddressResponse` has `type?: number`. The raw...