-
## Beam (and Flink)
The [Beam](https://beam.apache.org/documentation/) model is intended to represent distributed computation for big data, let it be Batch or strEAM; as such, at its core it has wi…
affo updated
3 months ago
-
**Description**
Hi,
I'm trying to use the docker-compose file community version to execute some ksql statements.
When connecting to the ksqldb-cli container through `docker exec -it ksqldb-cli ba…
-
When serializing data with protobuf, you can send data just fine to the schema registry. With data encoded from this library. However, when trying to create a stream from that data, kafka schema regis…
-
confluent.support.metrics.enable in the ksql config needs to be set to confluent.support.metrics.enable=false to stop ksql from sending data to confluent.io.
```
WARN Please note that the version …
-
**Provide details of the setup you're running**
ksql v0.28.2
**Outline your question**
When a KSQL stream/table needs to be updated, a DROP stream/table may be required.
A DROP statement removes…
-
I've observed that `CreateQueryStream` does not always use the configured query stream parameters. I have a web app that will make a graphql query request that uses `CreatePullQuery("MATERIALIZED_VIEW…
-
I am writing a GraphQL app where a subscription feeds events from multiple push queries into a single stream for a web app to consume. Below is an example of the code
```C#
// dependenc…
-
### 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/kafbat…
-
Can you configure KSQLDB to work with Kafka connect that has authentication on API endpoint?
I can't find any documentation on this. There is documentation on how to use Kafka and Schema-Registry wi…
-
**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…