-
Hi, I have some feedback about [this page](https://github.com/hazelcast/hz-docs/edit/main/docs/modules/integrate/pages/kafka-connector.adoc)
> The Kafka sink and source are based on version 2.2.0
…
-
## Description
**Registry
Version**: 2.5.9.Final
**Persistence type**: in-memory
I'm using Kafka Connect, and I'm trying to use the confluent compatible api from apicurio. I expect it should …
-
bootstrap_servers = "*.amazonaws.com:9196,8.amazonaws.com:9196,b*.amazonaws.com:9196"
# SASL username and password for authentication
sasl_username = 'test'
sasl_password = 'test'
# SASL mecha…
-
```
/Library/Java/JavaVirtualMachines/openjdk-17.jdk/Contents/Home/bin/java -ea -Dsnapshots.update=false -Didea.test.cyclic.buffer.size=1048576 -javaagent:/Applications/IntelliJ IDEA.app/Contents/lib…
-
I'm trying to connect this connector to the kafka topic present in my confluent cloud. I was able to access the confluent kafka topic from an ec2 instance. Now I'm creating this connector in same VPC…
-
- [Pulsar](https://pulsar.apache.org/) - Apache Pulsar is an all-in-one messaging and streaming platform. Messages can be consumed and acknowledged individually or consumed as streams with less than 1…
-
## Requirement - what kind of business use case are you trying to solve?
Update [jaeger-v2 kafka integration tests][1] to test with the two most recent versions of Kafka
## Problem - what in Ja…
-
**Describe the bug**
Schema Inference With ID in CSAS does not work for enums.
**To Reproduce**
To reproduce
Register below schema for topic avroTest4
```
{
"doc": "Sample schema to help y…
-
### Add junit5 test code for module [service/kafka]
- Module: service/kafka
- Location:linkis-public-enhancements/[service/kafka]
- Task status:✗(unfinished)/ ✓(finished)
- Test code guide:https:/…
-
Hey,
When using an Avro Schema such as `array` (avdl, in AVSC:
```
{
"name" : "arrayOfRecordOptional",
"type" : {
"type" : "array",
"items" : [ "string", "null" ]
}
}
```
)
…