Questions tagged [confluent-cloud]

154 questions
0
votes
0 answers

ccloud CLI - index out of range [0] with length 0

Running ccloud kafka topic consume -b --print-key ends with error: panic: runtime error: index out of range [0] with length 0 What I am wondering is if this is something that can happen or am I looking at some kind of corrupt data in this…
Dusko
  • 628
  • 2
  • 6
  • 24
0
votes
1 answer

Confluent Operator Based on Installation : k8 Cluster is accessible from local machine

Trying to install Confluent Platform on top of EKS cluster based on Confluent operator Based on the following reference link . Already I provisioned EKS cluster but could not access from local . What I should do to get the access K8 cluster from…
0
votes
1 answer

Kafka Confluent cloud ElasticsearchSink Connector: Mapping collision in index

I have Kafka running on confluent cloud where I can produce data with a Node.js client, data is sent as a string and I get following fields in confluent cloud. Then, I created a ElasticsearchSink Connector and connected it to elastic search cloud.…
0
votes
1 answer

'max.message.bytes' exception when connecting Control Center to Confluent Cloud Kafka

I'm setting up a Dockerized Confluent Control Center which points to our Confluent Cloud Kafka and I've hit this common issue HERE and HERE: [2019-07-31 20:40:28,023] ERROR [main] attempt=failed to create topic=TopicInfo{name=_confluent-metrics,…
0
votes
1 answer

Reading all offsets kafka in python

I am trying to read all messages in the topic of Kafka. I am using confluent cloud service so don't run Kafka in my localhost. I set the configurations as: 'enable.auto.commit': 'True','auto.offset.reset': 'earliest', 'default.topic.config':…
0
votes
1 answer

connect self managed ksqlDB to Confluent Cloud | managed ksql server

This is a question on how to connect self managed ksqlDB / ksql server to confluent cloud. I have a confluent basic cluster running in https://confluent.cloud/ in the GCP asia south. In this cluster i want to connect self managed ksqlDB to…
0
votes
1 answer

Confluent Replicator connector fails because the principal can not be determined from the subject

I am running into an issue trying to replicate from one confluent cloud cluster to another. I have been following the confluent documentation on how to do this, however I am running into consistent failure that I have to assume is caused by a…
Ryan
  • 193
  • 2
  • 2
  • 14
0
votes
1 answer

Kafka Consumer empty records

There are a lot of questions about this topic, however, this is NOT a duplicate question! The problem I'm facing is that I tried to set up a SpringBoot project with Java 14 and Kafka 2.5.0 and my Consumer returns an empty list of records. Most…
Paul
  • 841
  • 13
  • 20
0
votes
1 answer

NestJs cqrs exception and error handling on kafka

I have got a bit of a problem, I am using Kafka with CQRS in NestJS. My question is: What is the best way to handle errors in the write process? I send request onto an web api to my nestjs application I have and event ObjectedCreatedEvent is send…
Fabian Börner
  • 168
  • 1
  • 2
  • 9
0
votes
1 answer

Could not understand confluent cloud metrics api ISO 8601 time interval

From the doc: https://docs.confluent.io/current/cloud/metrics-api.html "intervals": [ "2019-12-19T11:00:00-05:00/2019-12-19T11:05:00-05:00" ] What is this interval format? I never knew a time format extending -05:00 in date time…
0
votes
1 answer

Asp.net core API server logs events to Confluent Cloud Kafka when testing locally, but not when hosting on Azure App Service

I have some code that my Asp.net Core Web API uses to log certain events to a Kafka server running in Confluent Cloud. When I run the API server on my local machine, it can send and receive with Kafka just fine, but when it is running on an Azure…
0
votes
1 answer

Confluent Cloud -> BigQuery - How to diagnose "Bad records" cause

I could push the data from MSSql Server to Topics on Confluent Cloud,but not from topics to BigQuery, it throws an error "Bad records in the last hour - 65" I could able to connect the topics to bigQuery but not able to ingest the data. MSSQL and…
0
votes
3 answers

Confluent Cloud Apache Kafka Consumer - Topic(s) [test-1] is/are not present and missingTopicsFatal is true

I'm a newbie trying to make the communication work between two Spring Boot microservices using Confluent Cloud Apache Kafka. When using Kafka on Confluent Cloud, I'm getting the following error on my consumer(ServiceB) after ServiceA publishes the…
agretsuko
  • 41
  • 1
  • 5
-1
votes
2 answers

How to rotate confluent cloud keys API keys through terraform of keys are deleted manually

I had created confluent cloud keys trough terraform. While working on some of the ACL on confluent I encountered a key expiration issue. then, I manually deleted the key from confluent cloud. After that, my ACL are not working. Any suggestion to how…
braj
  • 2,545
  • 2
  • 29
  • 40
-1
votes
1 answer

Connecting from Apache NiFi to Confluent Cloud

We are trying to connect to Confluent Cloud from Apache NiFi using PublishKafka. Getting following error. We are using PublishKafka with ssl setting and Kafka API key and secret to connect to connect to Kafka. Unexpected error from…
Pankaj Kapare
  • 7,486
  • 5
  • 40
  • 56
1 2 3
10
11