1 Open Issue Need Help Last updated: Jul 25, 2025

Open Issues Need Help

View All on GitHub

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

TypeScript