Open Issues Need Help
View All on GitHub Feature Request: Producer Writable stream about 1 month ago
AI Summary: Implement a writable stream interface for the @platformatic/kafka Producer, enabling features like back pressure handling, batching, delivery reports, and stream composability for improved integration with Node.js stream pipelines. This involves designing the API (`producer.asWritable()`), handling batching logic, managing delivery reports (per-message, per-batch, or none), and ensuring proper error handling and backpressure management.
Complexity:
4/5
enhancement good first issue