-
Anyone else has issue to connect to Azure Event Hub with Kafka using version 2.6?
Simply rolling back to version 2.5.3 make it work again, so I guess its something with 2.6
-
Description
===========
After compiling `CGO_ENABLED=1 go build -o ./kafka`, run `./kafka`, throws:
However, `go run .` will work well
How to reproduce
================
1. `go get -u g…
-
# Issue
Currently you have to interact with https://github.com/cloudevents/sdk-go/blob/7fef294789916760157377cb07dc5bd55d31e562/protocol/kafka_confluent/v2/option.go#L137-L151 to set the partition ke…
-
### Terraform Core Version
1.3.4
### AWS Provider Version
4.37.0
### Affected Resource(s)
aws_lambda_event_source_mapping
### Expected Behavior
**terraform apply** should push the resource to a…
-
Description
===========
Hello,
I run some tests which call the Pause and Resume methods sequentially, it works well 90% of the time but they randomly fails with the following exception :
```
…
NZTSL updated
2 months ago
-
Description
===========
After upgrading from 0.11.4 to 1.0.0 I noticed that `assignment()` has begun returning empty list. Am I missing something?
How to reproduce
================
Here is …
-
Hi Team
We are noticing duplicates to occur within the same partition when we configure the primary keys with upset-mode enabled on the table. We are tried the two setups below:
1. Reading CDC …
-
Description
===========
This is a similar issue to #1287
When `ProduceAsync` is called with a `CancellationToken` a callback is registered and disposed but only when no error occurs.
How to re…
-
Description
===========
The `ResourceType` enum of the admin api is incomplete according to the documentation:
[Authorization in Confluent Platform using ACLs | Confluent Documentation](https://doc…
-
Greetings!
I'm using [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-dotnet) to instrument an application, primarily to watch the performance of all its dependencies and find bottle…