Skip to main content
Stack Overflow
  1. About
  2. For Teams

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
0 answers
51 views

The Kafka documentation states that Kafka 4.x supports Java 11 for clients, including Kafka Streams, but not for brokers, which require Java 17. I'm running a Kafka Streams Scala 4.x consumer. ...
-2 votes
0 answers
51 views

I want to process data through flink SQL, here is my code CREATE TABLE ohlc_source ( screener STRING, symbol STRING, `open` DOUBLE, `high` DOUBLE, `low` DOUBLE, `close` DOUBLE, `volume` ...
1 vote
1 answer
82 views

I have a Camel, spring boot app that reads a message from a kafka topic. I have a spring boot test that places a message on an embedded kafka broker and add an open teleletry 'traceparent' header, ...
3 votes
1 answer
35 views

I am using Kafka, SchemaRegistry, KafkaUI and Kafka REST proxy in Docker container. I am now trying to use the REST proxy now more for test purposes, but as soon the schema is a bit more than trivial, ...
miwoe's user avatar
  • 819
Advice
0 votes
1 replies
52 views

Is Kafka consumer heartbeat message same as consumer poll and commit? Or does it run on a separate thread and keeps sending heartbeat to Kafka broker as long as the consumer JVM is responding? The ...
0 votes
2 answers
66 views

I’m looking for practical ways to let Service A get the data it needs from Service B without querying Service B’s database directly. I’m not very experienced with distributed systems yet, so I want to ...
0 votes
1 answer
65 views

We use Kafka in Spring-Boot 3.4 and we want to upgrade to 4.0 We have some consumers with a Kafka-Listerner annotation. The whole config is in the application yaml-file. We just have the annotation ...
-1 votes
0 answers
51 views

I am getting the below error while trying to replicate data from source to destination oracle server. For all the tables, the replication of data is doing fine. But for the below tables I am getting ...
0 votes
1 answer
245 views

I’m trying to deploy Kafka using the Bitnami image(all versions but any case I get 'not found'): docker pull bitnami/kafka:latest But I get: Status 404: failed to resolve reference "docker.io/...
-1 votes
1 answer
66 views

I’m using a Kafka Connect BigQuery Sink Connector. Some messages fail to insert into BigQuery (for example, value is null or not a valid float), but the connector continues processing without stopping....
0 votes
1 answer
60 views

I have a Spring Kafka application with a single consumer. The Kafka client authentication is configured using SASL/OAUTHBEARER over SSL, as shown below: authProps.put(SaslConfigs.SASL_MECHANISM,...
0 votes
0 answers
94 views

I'm trying to set up secure log export from Filebit to Kafka and I'm running into configuration issues. Based on the documentation examples and field descriptions, I created the following configuratio,...
0 votes
0 answers
71 views

I am trying to register a Debezium MySQL connector using Kafka Connect REST API, but the request fails with a timeout error even before the connector configuration is validated. Command used curl -X ...
1 vote
1 answer
152 views

I'm doing a tutorial that is quite old and the given docker compose file is referencing a Kafka image that is no longer available (bitnami/kafka:3.6). This caused docker-compose to fail: kafka Error {&...
0 votes
0 answers
24 views

I have a Tiltfile that is spinning up Kafka Broker (/docker/confluentinc/confluent-local:7.5.0) # default runs in KRaft mode Kafka Schema Registry (/docker/confluentinc/cp-schema-registry:7.5.2) ...
omgirok's user avatar
  • 195

15 30 50 per page
1
2 3 4 5
...
2226

AltStyle によって変換されたページ (->オリジナル) /