chiradip opened a new issue, #2231:
URL: https://github.com/apache/iggy/issues/2231

   ### Title
   Add comprehensive documentation for async client usage
   
   ### Description
   The async client needs better documentation including usage examples, best 
practices, and performance considerations.
   
   ### Tasks
   - [ ] Add JavaDoc to all public APIs in async client
   - [ ] Create README for async client with:
     - [ ] Getting started guide
     - [ ] Connection management best practices
     - [ ] Error handling examples
     - [ ] CompletableFuture chaining examples
   - [ ] Add example applications:
     - [ ] High-throughput producer
     - [ ] Concurrent consumer with backpressure
     - [ ] Error recovery patterns
   - [ ] Document performance characteristics:
     - [ ] When to use async vs blocking
     - [ ] Connection pooling recommendations
     - [ ] Thread pool configuration
   - [ ] Add migration guide from blocking to async client
   
   ### Labels
   `documentation`, `async-client`, `java-sdk`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to