Apologies to everyone. I sent this to the wrong email list. Please discard
On Mon, 04 Dec 2023 10:48:11 -0500 Yeikel Santana wrote
---
Hello everyone,
Is there any mechanism to force Kafka Connect to ingest at a given rate per
second as opposed to tasks?
I am operating in a
Hello everyone,
Is there any mechanism to force Kafka Connect to ingest at a given rate per
second as opposed to tasks?
I am operating in a shared environment where the ingestion rate needs to be as
low as possible (for example, 5 requests/second as an upper limit), and as far
as I can tel
Can you share a sample test case? How are you doing the unit tests? Are you
creating the session in a beforeAll block or similar?
As far as I know, if you use spark you will end up with light integration tests
rather than “real” unit tests (please correct me if I am wrong).
From: marcos
Hi ,
This is probably not a spark issue, and more a configuration that I am
missing. Any help would be appreciated.
I am running Spark from a docker template with the following configuration:
version: '2'
services:
master:
image: gettyimages/spark
command: b