-
**Is your feature request related to a problem? Please describe.**
Currently, lag fetching requires a call to Kafka which is fairly heavy weight and takes a while, so we only do every so often. It w…
-
### Issue submitter TODO list
- [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems)
- [X] I've searched for an already existing issues [here](https://github.c…
-
Hello! I am relatively new to Apicuiro.
We set up the apicurio registry that uses kafka as its storage following the document.
- [Installing Apicurio Registry with Apache Kafka storage:: Apicurio…
-
**Describe the bug**
JsonPropertyNames are ignored when using syntax to selec individual columns.
**To Reproduce**
```csharp
public class JsonPropertyNameTestData
{
[JsonPropertyName("…
-
### Steps to reproduce
1. Use this example for create ksql cluster - > https://github.com/confluentinc/terraform-provider-confluent/blob/master/examples/configurations/ksql-acls/main.tf
2. Connect…
-
0.27.2 -> https://hub.docker.com/r/confluentinc/ksqldb-server/tags
is not present in the changelog -> https://docs.ksqldb.io/en/latest/operate-and-deploy/changelog/
and https://github.com/conflu…
-
**Describe the bug**
When defining a query like this:
```csharp
dbContext.CreatePullQuery()
.Select(c => new { c.Property })
.Where(c => c.Property == "test")
.ToQueryStrin…
-
When I try to create or replace a table that contains a reserved keyword in a column identifier that identifier is not masked.
```
ksql> CREATE OR REPLACE TABLE Test (
> id BIGINT PRIMARY KEY,
…
-
### Issue submitter TODO list
- [X] I've looked up my issue in [FAQ](https://ui.docs.kafbat.io/faq/common-problems)
- [X] I've searched for an already existing issues [here](https://github.com/kaf…
-
I've tried to use `KSQL_KSQL_QUERIES_FILE` to declare my source definition:
```
CREATE SOURCE CONNECTOR fake-company WITH (
'connector.class' = 'io.mdrogalis.voluble.VolubleSourceConnector',
…