Skip to content

v0.27.2

Latest

Choose a tag to compare

@mensfeld mensfeld released this 21 May 21:51
c30f33d
  • [Enhancement] poll_batch and poll_batch_nb now return error events inline as RdkafkaError objects rather than raising on the first error. The return type is Array<Message, RdkafkaError> and callers are responsible for handling errors in the result.