Sergey Chernov
Sergey Chernov
- [ ] Method itself - [ ] Implement using query but sets all needed settings - [ ] Response object in this case should be lighter and closes after...
## Summary Adds class to represent metrics of an operation. ## Checklist Delete items not relevant to your PR: - [x] Unit and integration tests covering the common scenarios were...
## Summary Test major data types and fix related bugs ## Checklist Delete items not relevant to your PR: - [x] Unit and integration tests covering the common scenarios were...
### Describe the bug We need to have move insights to resolve performance issues. Metrics would help us to identify problem quicker. Next metrics should exists - RTT time -...
## Summary This adds and example how to read and write protobuf directly to the DB using the client Readme has information needed to run
### Describe the bug ### Steps to reproduce 1. init client with `.addEndpoint("https://some.host.com:8443")` 2. do any query ### Expected behavior No errors ### Code example ```java public static void main(String......
## Compression Compression may be on transport or application layer. For example, HTTP compressed encoding is transport layer and LZ4 payload compression is what application does. Currently application compression is...
# Transport layer - Should be simple with linear structure - Minimal set of abstractions - only HTTP support - ready to support: SSL, proxies, connection pooling, compression # Libraries...
## HTTPs Support This is an essential feature. All traffic should go thru TLS Strictly speaking (even while testing or development). TLS and mTLS is used nowadays mostly everywhere and...
## Proxies There are cases (TBD: list) where client should support sending requests thru proxy. There are two types of proxies we need to consider: http and tcp. First one...