Skip to content

Commit

Permalink
Update to librdkafka v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-jia committed Jun 17, 2022
1 parent 2c28f31 commit 3b35c70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kafka_api_bazel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
KAFKA_SRC_LINK: https://dlcdn.apache.org/kafka/3.2.0/kafka_2.13-3.2.0.tgz
CPU_CORE_NUM: 2
LIBRDKAFKA_TAG: v1.8.2
LIBRDKAFKA_TAG: v1.9.0

jobs:
kafka-api-bazel-build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kafka_api_ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
KAFKA_SRC_LINK: https://dlcdn.apache.org/kafka/3.2.0/kafka_2.13-3.2.0.tgz
CPU_CORE_NUM: 2
LIBRDKAFKA_TAG: v1.8.2
LIBRDKAFKA_TAG: v1.9.0
BUILD_SUB_DIR: builds/sub-build

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The [Modern C++ Kafka API](http://opensource.morganstanley.com/modern-cpp-kafka/doxygen/annotated.html) is a layer of C++ wrapper based on [librdkafka](https://github.com/edenhill/librdkafka) (the C part), with high quality, but more friendly to users.

- By now, [modern-cpp-kafka](https://github.com/morganstanley/modern-cpp-kafka) is compatible with [librdkafka v1.8.2](https://github.com/edenhill/librdkafka/releases/tag/v1.8.2).
- By now, [modern-cpp-kafka](https://github.com/morganstanley/modern-cpp-kafka) is compatible with [librdkafka v1.9.0](https://github.com/edenhill/librdkafka/releases/tag/v1.9.0).

```
KAFKA is a registered trademark of The Apache Software Foundation and
Expand Down
3 changes: 1 addition & 2 deletions tests/integration/TestKafkaConsumer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1422,8 +1422,7 @@ TEST(KafkaConsumer, SeekAfterPause)
}
}

// https://github.com/morganstanley/modern-cpp-kafka/issues/113
TEST(KafkaConsumer, DISABLED_SeekBeforePause)
TEST(KafkaConsumer, SeekBeforePause)
{
const kafka::Topic topic = kafka::utility::getRandomString();

Expand Down

0 comments on commit 3b35c70

Please sign in to comment.