Jonathan
Jonathan
Yep, I am mixing both configs, using the python library: **confluent_kafka.avro** to produce and sent messages to Kafka. And the schema, was also registered, using confluent python library, using apicurio...
Ok, I get it and I just updated the Avro Converter version, but right now I'm having troubles with group 'null' was not found the configs that I am using...
To circumvent that, I am using the schema registry from confluent (# https://github.com/confluentinc/cp-helm-charts/tree/master/charts/cp-schema-registry ) and Kafka-ui (https://github.com/provectus/kafka-ui) to manage and update the schemas
I'm also confused about the documentation. In my case, I want to export secrets from GCP using AVP, and my Argo service is deployed in a K8s cluster using the...
Hey guys, I want to contribute to this PR, but looking at it, there is a [draft PR addressing this issue](https://github.com/prometheus-operator/prometheus-operator/pull/6288). Do you think that is better to follow up...
> @perebaj try to sync with @PaulBarrie on the PR maybe? For sure, I will take a look into his job. But I think that he discontinued the PR because...
> Hello, yes did not have time to finish. You can use it of course. One of the main problem I encountered was to inject the logger to third-party applications...
Hey @juntao this project seems very nice to me. I've been building natural language search engines, dealing with embeddings and unstructured text parsing since 2018. How can I contribute with?...
@coolwednesday can you assign me to address this issue?
> @perebaj, please check datasources.go in our container package and external_db.go to understand how we maintain uniformity in interfaces across various datasources and implement dependency injection. Ok, I will start...