-
On the `Kafka.DotNet.ksqlDB.KSql.Linq` package, are there any plans to support `CREATE OR REPLACE STREAM` statements when using `CreateQueryStream()`?
I tried to find a way to pass some kind of param…
-
this is a frequently requested feature. librdkafka now provides a built in partitioner that is compatible with the java client partitioner: `murmur2_random`, but there are other use cases for a custom…
-
When mirroring the OpenShift OperatorHub to Harbor 2.2, Nginx fails with the following error
```
414 Request-URI Too Large414 Request-URI Too Largenginx
```
Follows a sample push command logged …
m4r1k updated
3 years ago
-
Hi team, while building the Sample.Worker project, it appears there is a hard coded file path to Tony's source control folder:
![image](https://user-images.githubusercontent.com/3520532/95886777-07…
-
Issue Description
=====
I am experiencing a problem with...IntelliSense not working after a while.
I am aware of a recent fix and other closed issues:
- https://github.com/PowerShell/vscode-po…
-
-
Description
================
I have a Postgres connector that writes the following message:
```json
[
{
"topic": "dbserver1.public.person",
"partition": 0,
"off…
-
Hi there,
I am using the producer for the examples and the same code for the consumer except for 1 difference.
Instead of using Subscriptions.Topics("testtopic"), I am using Subscriptions.Assign…
-
Description
===========
I have posted the question in detail here. [https://stackoverflow.com/questions/61094399/cannot-connect-to-apache-kafka-with-confluent-kafka-hosted-on-ibm](url)
I saw fr…
-
We are a .NET Core shop and are starting to use Kafka. We would really like to code Kafka Stream applications using our native tools and skillsets.