pub trait ProducerCallback { // Required method fn finished( &self, item: ProduceCompletionBatchEvent, ) -> BoxFuture<'_, Result<()>>; }