-
Jun 16 10:33:09 connect-distributed: org.apache.kafka.connect.errors.ConnectException: An error occurred while initializing the ServiceNow Client.
Jun 16 10:33:09 connect-distributed: at com.ibm.in…
-
I was just in the process of building another consumer application and it's been a while since my last one, so I'm a little foggy on the configuration requirements. I ran into a couple of NPEs for wh…
njlaw updated
2 years ago
-
We have the following schema:
```json
{
"name": "LogicalTypeTest",
"type": "record",
"fields": [
{
"name": "DateOnly",
"type": {
…
-
```shell
$ kafkacat -b ${KAFKA_BROKER} -m30 -C -t example.industry-sector-project -u -J -s value=avro -r ${SCHEMA_REGISTRY_URL} -o-1 -e
```
```json
{"topic":"example.industry-sector-project","part…
-
We currently use Avro for the values of our messages. It appears that we're being forced to use Avro for the key as well, since the REST proxy seems to tie the two together. We would much prefer to ha…
-
**Describe the bug**
The [quickstart guide](https://ksqldb.io/quickstart.html) fails on the third step.
**To Reproduce**
1. Go to https://ksqldb.io/quickstart.html
2. Follow the instructions
3…
-
Cannot build of master, getting the below error
`Could not resolve dependencies for project io.confluent:utility-belt:jar:4.1.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.kaf…
-
How can I read confluent kafka avro topic using Faust. Can anyone provide a example.
-
Hello, I am trying to access the API from the Postman collection available in the "demo_education_registry" repository. I could invoke all other APIs including generating token for Institute. Set the …
-
![Error4](https://user-images.githubusercontent.com/58569121/70264792-224ebf80-17bf-11ea-8153-3fbba1324594.png)
Hi Team, am facing a issue while consuming a streaming data from Kafka topic using Av…