Regarding secrets or external configurations with other datatypes besides Strings

2023-09-18 Thread Yeikel Santana
Hello all, >From what I've seen so far, with >https://cwiki.apache.org/confluence/display/KAFKA/KIP-297%3A+Externalizing+Secrets+for+Connect+Configurations, > Kafka provides a mechanism to externalize secrets, which was later extended >with >https://cwiki.apache.org/confluence/display/KAFKA/KIP

Regarding Distributed Kafka-connect cluster

2023-09-23 Thread Yeikel Santana
Hello everyone,I'm currently designing a new Kafka Connect cluster, and I'm trying to understand how connectivity functions among workers.In my setup, I have a single Kafka Connect cluster connected to the same Kafka topics and Kafka cluster. However, the workers are deployed in geographically s

Re: Regarding Distributed Kafka-connect cluster

2023-09-25 Thread Yeikel Santana
-Nikhil On Sun, 24 Sept 2023 at 06:36, Yeikel Santana wrote: > Hello everyone,I'm currently designing a new Kafka Connect cluster, and > I'm trying to understand how connectivity functions among workers.In my > setup, I have a single Kafka Connect cluster connected to the sam

Re: Regarding Distributed Kafka-connect cluster

2023-09-25 Thread Yeikel Santana
essentially useless. Thanks, Yash On Mon, Sep 25, 2023 at 7:51 PM Yeikel Santana <mailto:em...@yeikel.com> wrote: > Thank you, Nikhil. > > I did notice that challenge you're describing with the REST updates when I > had more than one worker within the same

Re: Regarding Distributed Kafka-connect cluster

2023-09-26 Thread Yeikel Santana
f68e4f2 On Tue, Sep 26, 2023 at 8:25 AM Yeikel Santana <mailto:em...@yeikel.com> wrote: > Thank you, Yash. Your explanation makes sense > > To clarify, who initiates the step that assigns a connector to a specific > worker? If this process is controlled by the leader, wouldn

Kafka Connect - Customize REST request headers

2023-10-06 Thread Yeikel Santana
Hello everyone, I'm currently running Kafka Connect behind a firewall that mandates the inclusion of a specific header. This situation becomes particularly challenging when forwarding requests among multiple workers, as it appears that only the Authorization header is included in the request.

Re: Kafka Connect - Customize REST request headers

2023-10-07 Thread Yeikel Santana
che/kafka/pull/6791 [2] - https://issues.apache.org/jira/browse/KAFKA-8404 Cheers, Chris On Fri, Oct 6, 2023 at 10:14 PM Yeikel Santana <mailto:em...@yeikel.com> wrote: > Hello everyone, > > I'm currently running Kafka Connect behind a firewall that mandates the

Regarding ingestion rate, topic size and retention period

2023-11-09 Thread Yeikel Santana
Hi all, This might be a common question, but unfortunately, I couldn't find a reliable answer or documentation to guide me. There are various conflicting ideas. If a producer tries to ingest at a faster rate than the configuration set in the topic, what will happen? Example: - Topic size: 10

Do we have any mechanism to control requests per second for a Kafka connect sink?

2023-12-04 Thread Yeikel Santana
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

Is it possible to include only the connector name in worker logs?

2024-02-10 Thread Yeikel Santana
Hi team, In KIP-449[1], we introduced a "connector context" that allows us to get worker context in the logs such as "[my-connector|task-0|offsets]" Are you aware of any built-in mechanism to extract only the connector name from these logs? In an ideal world, I would like to build a lo

[Kafka Connect] Dead letter queues for source connectors?

2024-03-05 Thread Yeikel Santana
Hi all, Sink connectors support Dear Letter Queues[1], but Source connectors don't seem to What is the reason that we decided to do that? In my data pipeline, I'd like to apply some transformations to the messages before they are sink, but that leaves me vulnerable to failures as I need to ei

Regarding Kafka connect task to partition relationship for both source and sink connectors

2024-05-30 Thread Yeikel Santana
Hi everyone, >From my understanding, if a topic has  n partitions, we can create up to n >tasks for both the source and sink connectors to achieve the maximum >parallelism. Adding more tasks would not be beneficial, as they would remain >idle and be limited to the number of partitions of the t

Re: Custom Kafka Connect REST Extension for Token Authentication

2025-04-22 Thread Yeikel Santana
Hi Jamie, We had success implanting basic authentication using out of the box constructs. Is this what you tried? https://docs.confluent.io/platform/current/security/authentication/http-basic-auth/overview.html We also implemented JWT but we did not have any success doing that out of the

Kafka Connect OpenTelemetry integration suggestions

2025-07-22 Thread Yeikel Santana
Hi all,  I'm currently running a Kafka Connect cluster within a Kubernetes environment (OpenShift). Since I couldn't find much documentation on how to integrate, I integrated using the OpenTelemetry Java Agent [1], which seems to work. That said, I still lack visibility into many Kafka-speci