From 6c946969b4335f089d1e6e425931579eb4ba8bb7 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Fri, 11 Dec 2020 13:06:29 +0000 Subject: [PATCH] Target CK/librdkafka 1.5.3 (#82) --- CHANGELOG.md | 3 +++ README.md | 2 +- src/FsKafka/FsKafka.fsproj | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d27a746..efff697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ The `Unreleased` section name is replaced by the expected version of next releas ### Added ### Changed + +- Target [`Confluent.Kafka [1.5.3]`](https://github.com/confluentinc/confluent-kafka-dotnet/blob/v1.5.3/CHANGELOG.md#153), [`librdkafka.redist [1.5.3]`](https://github.com/edenhill/librdkafka/releases/tag/v1.5.3) [#82](https://github.com/jet/FsKafka/pull/82) + ### Removed ### Fixed diff --git a/README.md b/README.md index 8304ff4..6e035e7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ F# friendly wrapper for `Confluent.Kafka`, with minimal dependencies or addition The components within this repository are delivered as a multi-targeted Nuget package targeting `net461` (F# 3.1+) and `netstandard2.0` (F# 4.5+) profiles -- [![NuGet](https://img.shields.io/nuget/v/FsKafka.svg)](https://www.nuget.org/packages/FsKafka/) `FsKafka`: Wraps `Confluent.Kafka` to provide efficient batched Kafka Producer and Consumer configurations with basic logging instrumentation. [Depends](https://www.fuget.org/packages/FsKafka) on `Confluent.Kafka [1.5.2]`, `librdkafka [1.5.2]` (pinned to ensure we use a tested pairing), `Serilog` (but no specific Serilog sinks, i.e. you configure to emit to `NLog` etc) and `Newtonsoft.Json` (used internally to parse Broker-provided Statistics for logging purposes). +- [![NuGet](https://img.shields.io/nuget/v/FsKafka.svg)](https://www.nuget.org/packages/FsKafka/) `FsKafka`: Wraps `Confluent.Kafka` to provide efficient batched Kafka Producer and Consumer configurations with basic logging instrumentation. [Depends](https://www.fuget.org/packages/FsKafka) on `Confluent.Kafka [1.5.3]`, `librdkafka [1.5.3]` (pinned to ensure we use a tested pairing), `Serilog` (but no specific Serilog sinks, i.e. you configure to emit to `NLog` etc) and `Newtonsoft.Json` (used internally to parse Broker-provided Statistics for logging purposes). - [![NuGet](https://img.shields.io/nuget/v/FsKafka0.svg)](https://www.nuget.org/packages/FsKafka0/) `FsKafka0`: As per `FsKafka`; [Depends](https://www.fuget.org/packages/FsKafka0) on `Confluent.Kafka [0.11.3]`, `librdkafka [0.11.4]`, `Serilog` and `Newtonsoft.Json`. ## Related repos diff --git a/src/FsKafka/FsKafka.fsproj b/src/FsKafka/FsKafka.fsproj index 3e533d5..ee9caee 100644 --- a/src/FsKafka/FsKafka.fsproj +++ b/src/FsKafka/FsKafka.fsproj @@ -23,8 +23,8 @@ - - + +