Skip to content

Commit

Permalink
fix invalid librdkafka references (#124)
Browse files Browse the repository at this point in the history
* fix invalid librdkafka references

* not needed
  • Loading branch information
mensfeld authored Sep 3, 2024
1 parent 1f68cf2 commit 6055ec6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.17.6 (2024-09-03)
- [Fix] Fix incorrectly behaving CI on failures.
- [Fix] Fix invalid patches librdkafka references.

## 0.17.5 (2024-09-03)
- [Patch] Patch with "Add forward declaration to fix compilation without ssl" fix
Expand Down
11 changes: 0 additions & 11 deletions dist/patches/rdkafka_op.h.patch

This file was deleted.

4 changes: 2 additions & 2 deletions dist/patches/rdkafka_sticky_assignor.c.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This patch is released under the 2-clause BSD license, same as librdkafka
# Fixes: https://github.com/confluentinc/librdkafka/issues/4783
#
--- librdkafka_2.5.0/src/rdkafka_sticky_assignor.c 2024-07-08 09:47:43.000000000 +0200
+++ librdkafka_2.5.0/src/rdkafka_sticky_assignor.c 2024-07-30 09:44:38.529759640 +0200
--- librdkafka_2.5.3/src/rdkafka_sticky_assignor.c 2024-07-08 09:47:43.000000000 +0200
+++ librdkafka_2.5.3/src/rdkafka_sticky_assignor.c 2024-07-30 09:44:38.529759640 +0200
@@ -769,7 +769,7 @@
const rd_kafka_topic_partition_list_t *partitions;
const char *consumer;
Expand Down

0 comments on commit 6055ec6

Please sign in to comment.