Skip to content
Snippets Groups Projects
This project is mirrored from https://*****:*****@github.com/edenhill/librdkafka. Pull mirroring updated .
  1. Jul 16, 2025
  2. Jul 03, 2025
  3. Jul 02, 2025
  4. Jul 01, 2025
  5. Jun 27, 2025
  6. Jun 25, 2025
  7. Jun 19, 2025
  8. Jun 18, 2025
  9. Jun 17, 2025
    • Emanuele Sabellico's avatar
      [KIP-714] Fix idle ratio calculation for non forwarded queues (#5017) · 1510d2b5
      Emanuele Sabellico authored
      * Fix for devel assert "rkq->rkq_ts_last_poll_end >= rkq->rkq_ts_last_poll_start" in test 0056.
      
      Partition queues can be not forwarded to the main poll queue so these timestamps must be per-queue instead of per-instance. We avoid checking if app polled should be called in case of internal poll calls where we're sure it's not a consume call, we also avoid checking it if "app polled" was already called by a dedicated consume function.
      1510d2b5
  10. Jun 11, 2025
  11. Jun 10, 2025
  12. Jun 09, 2025
  13. May 29, 2025
    • Milind L's avatar
      Fix up to a 1s delay in first produce to new topic (#5032) · 3f52de49
      Milind L authored
      * Add failing test
      
      * Fix producev(a) issue where topic metadata is queried for late
      
      * Add changelog
      
      * Fix compilation issues for older c stds
      
      * Fix style check
      
      * Address comments - part 1
      
      * Address comments - part 2
      
      * Address comments - part 3
      
      * Address comments - Part 4
      
      * Param tag fix
      v2.10.1-RC1
      3f52de49
    • Emanuele Sabellico's avatar
      Fix for a loop of re-bootstrap sequences (#5086) · c6ba1962
      Emanuele Sabellico authored
      in case the client reaches the all brokers down state.
      
      The client continue to select the bootstrap brokers given they have no connection and doesn't re-connect to the learned ones. Fixed by giving a chance to connect to the learned brokers even if there are new ones that never tried to connect.
      
      Closes #5088
      c6ba1962
  14. May 22, 2025
    • Emanuele Sabellico's avatar
      Fix reboostrapping with no bootstrap servers (#5067) · 826f5855
      Emanuele Sabellico authored
      Handle the case where the bootstrap servers are NULL when re-bootstrapping:
      
      Fix ubsan: call to function rd_kafka_topic_info_destroy through pointer to incorrect function type
      
      Avoid NULL pointer dereference when rebootstrapping
      given no `boostrap.servers` is present and brokers were added through `rd_kafka_brokers_add`
      
      Closes #5057
      826f5855
  15. May 16, 2025
  16. May 14, 2025
  17. May 11, 2025
  18. May 10, 2025
  19. May 08, 2025
  20. May 06, 2025
  21. May 04, 2025
  22. May 02, 2025
  23. May 01, 2025
  24. Apr 30, 2025
Loading