Accumulating data in Kafka Connect source tasks

2016-01-27 Thread Randall Hauch
. Does Kafka Connect already have a mechanism for tasks to store and recover arbitrary state? If not, then is there interest in adding this capability to Kafka Connect? (If there is interest, then perhaps the dev list is a better venue.) Best regards, Randall Hauch

Re: Accumulating data in Kafka Connect source tasks

2016-01-28 Thread Randall Hauch
config has to include much of the same information included in the Kafka Connect workers configuration.  Am I just missing how a connector can see the worker configuration properties? Or is there a way that Kafka Connect can help me create a Kafka consumer? Best regards, Randall Hauch On January

Re: Accumulating data in Kafka Connect source tasks

2016-01-29 Thread Randall Hauch
On January 28, 2016 at 7:07:02 PM, Ewen Cheslack-Postava (e...@confluent.io) wrote: Randall,  Great question. Ideally you wouldn't need this type of state since it  should really be available in the source system. In your case, it might  actually make sense to be able to grab that information fro

Re: Accumulating data in Kafka Connect source tasks

2016-01-29 Thread Randall Hauch
On January 29, 2016 at 11:59:28 AM, Ewen Cheslack-Postava (e...@confluent.io) wrote: On Fri, Jan 29, 2016 at 7:06 AM, Randall Hauch  wrote: Luckily, MySQL includes the DDL statements in the log, so my connector parses these as part of processing and builds up the schema state as it goes along

Re: ConnectStandalone : not found JsonConverter running in IntelliJ

2017-06-08 Thread Randall Hauch
Hi, Paolo. How are the Kafka Connect libraries loaded into your IntelliJ project? If they are loaded as external libraries, where in the order of the external libraries does the "org.apache.kafka:connector:connect-json" Maven module appear? Or, is that module loaded as source? Best regards, Rand

Re: ConnectStandalone : not found JsonConverter running in IntelliJ

2017-06-08 Thread Randall Hauch
> > Paolo. > > > Paolo Patierno > Senior Software Engineer (IoT) @ Red Hat > Microsoft MVP on Windows Embedded & IoT > Microsoft Azure Advisor > > Twitter : @ppatierno<http://twitter.com/ppatierno> > Linkedin : paolopatierno<http://it.linkedin.com/in/pao

Re: ConnectStandalone : not found JsonConverter running in IntelliJ

2017-06-08 Thread Randall Hauch
o> > Linkedin : paolopatierno<http://it.linkedin.com/in/paolopatierno> > Blog : DevExperience<http://paolopatierno.wordpress.com/> > > > > From: Randall Hauch > Sent: Thursday, June 8, 2017 4:05 PM > To: users@kafka.apache.org > Subject: Re: ConnectSt

Re: Kafka Connect fails to read offset

2017-06-15 Thread Randall Hauch
At any time, did your standalone worker config contain `internal.value.converter.schemas.enable=false`? On Thu, Jun 15, 2017 at 5:00 AM, Artem B. wrote: > Hi all, > > Each time I start my source connector it fails to read the offset stored in > a file with the following error: > > 21:05:01:519 |

Re: Kafka Connect Transformations - tranformations for value broken on tombsone events

2017-06-26 Thread Randall Hauch
Would you mind logging an issue against the Kafka Connect component in our JIRA? https://issues.apache.org/jira/projects/KAFKA Thanks! On Sun, Jun 25, 2017 at 8:21 AM, 男Danngo wrote: > Hi all, > > I'm trying to use the transformation for Kafka Connect and running into > issues. > > > The tranfo

Re: Kafka Connect sink connector in distributed mode: how are records distributed to workers?

2017-09-11 Thread Randall Hauch
Connect uses Kafka's group coordination mechanism and normal consumers to balance/assign to the various sink tasks the topic partitions for the subscribed topics. A task will continue to receive the records from its assigned topic partitions until a rebalance occurs, which can happen when any conne

Re: Custom converter with Kafka Connect ?

2017-10-13 Thread Randall Hauch
On Tue, Oct 10, 2017 at 8:31 AM, Jehan Bruggeman wrote: > Hello, > > I'm trying to use a custom converter with Kafka Connect and I cannot seem > to get it right. I'm hoping someone has experience with this and could help > me figure it out ! > > > Initial situation > > > - my cus

Re: Configuration of Kafka Connect REST interface

2017-10-13 Thread Randall Hauch
On Wed, Oct 4, 2017 at 9:44 AM, Jakub Scholz wrote: > Hi, > > I have some questions about the configuration of the Kafka Connect REST > interface. > > 1) What are the configuration options rest.advertised.host.name > and rest.advertised.port useful for? The documentation says "If this is > set, t

Re: Custom converter with Kafka Connect ?

2017-10-18 Thread Randall Hauch
t;> that would help you figure it out ? >>> >>> Concerning the classpath: as described in my original email, I'm pretty >>> sure the jars are correctly added to the classpath since the classes in >>> the >>> jar are recognized by Kafka Connect wh

Re: JSONSchema Kafka Connect Converter

2018-01-29 Thread Randall Hauch
Hi, Andrew. The Converter is part of Connect's public API, so it certainly is valid/encouraged to create new implementations when that makes sense for users. I know of several Converter implementations that are outside of the Apache Kafka project. The project's existing JSON converter is fairly li

Re: Artemis Source connector into apache kafka.

2018-05-31 Thread Randall Hauch
Connect is not only for sources that support reading from a specific point. But unless the source system is tracking state for you, you connector's likely to miss information in that source system if the connector stops. This is probably okay in quite a few systems, so its good if you're fine with

Re: Kafka Connect restarts while creating nw

2018-06-04 Thread Randall Hauch
This is expected behavior, though there is already an enhancement request to improve it: https://issues.apache.org/jira/browse/KAFKA-5505 Best regards, Randall On Fri, Jun 1, 2018 at 2:26 AM, Chintan Patel wrote: > Hello, > > I'm using Kafka connect in distributed mode. When I create new conne

Re: Kafka CDC from Databases to S3

2019-02-14 Thread Randall Hauch
Kafka Connect was designed explicitly to support this kind of use case. Debezium's connectors implement the Kafka Connect API, and they just released a MS SQL Server source connector that captures the changes from SQL Server and writes them to Kafka. Debezium's MySQL source connector may work with

Re: [ANNOUNCE] New Committer: Randall Hauch

2019-02-21 Thread Randall Hauch
Wang wrote: > > > Hello all, > > > > > > The PMC of Apache Kafka is happy to announce another new committer > > joining > > > the project today: we have invited Randall Hauch as a project committer > > and > > > he has accepted. > > >

Subject: [VOTE] 2.2.2 RC2

2019-10-25 Thread Randall Hauch
/2.2/216/ /** Thanks, Randall Hauch

Re: Subject: [VOTE] 2.2.2 RC2

2019-11-05 Thread Randall Hauch
; > > On Fri, Oct 25, 2019 at 3:10 PM Randall Hauch wrote: > > > > Hello all, we identified around three dozen bug fixes, including an > update > > of a third party dependency, and wanted to release a patch release for > the > > Apache Kafka 2.2.0 release. > &g

[ANNOUNCE] Apache Kafka 2.2.2

2019-12-01 Thread Randall Hauch
release! A. Sophie Blee-Goldman, Matthias J. Sax, Bill Bejeck, Jason Gustafson, Chris Egerton, Boyang Chen, Alex Diachenko, cpettitt-confluent, Magesh Nandakumar, Randall Hauch, Ismael Juma, John Roesler, Konstantine Karantasis, Mickael Maison, Nacho Muñoz Gómez, Nigel Liang, Paul, Rajini Sivaram, Robert

Re: [ANNOUNCE] Apache Kafka 2.2.2

2019-12-03 Thread Randall Hauch
id Hashemian < > vahid.hashem...@gmail.com> > > > wrote: > > > > > > > Awesome. Thanks for managing this release Randall! > > > > > > > > Regards, > > > > --Vahid > > > > > > > > On Sun, Dec 1,

Re: [VOTE] 2.4.0 RC2

2019-12-04 Thread Randall Hauch
Ah, I merged https://issues.apache.org/jira/browse/KAFKA-9258 last night and forgot to send an email to this thread. Thanks! Randall On Wed, Dec 4, 2019 at 10:42 AM Eric Lalonde wrote: > > I have also shared a pull request for the changes I have made to the test > > script > > > > https://gith

CVE-2019-12399: Apache Kafka Connect REST API may expose plaintext secrets in tasks endpoint

2020-01-13 Thread Randall Hauch
CVE-2019-12399: Apache Kafka Connect REST API may expose plaintext secrets in tasks endpoint Severity: Medium Vendor: The Apache Software Foundation Versions Affected: Apache Kafka 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.2.0, 2.2.1, 2.3.0 Description: When Connect workers in Apache Kafka 2.0.0, 2.0.1,

[VOTE] 2.6.0 RC0

2020-07-14 Thread Randall Hauch
rg/26/documentation.html * Protocol: https://kafka.apache.org/26/protocol.html * Successful Jenkins builds for the 2.6 branch: Unit/integration tests: https://builds.apache.org/job/kafka-2.6-jdk8/80/ System tests: (link to follow) Thanks, Randall Hauch

Re: [VOTE] 2.6.0 RC1

2020-07-20 Thread Randall Hauch
;m assuming that we'll need to cut RC2. But it'd be good for everyone else to double check this release. Best regards, Randall Hauch On Mon, Jul 20, 2020 at 9:50 PM Randall Hauch wrote: > Hello Kafka users, developers and client-developers, > > This is the second candida

[VOTE] 2.6.0 RC1

2020-07-20 Thread Randall Hauch
rg/26/documentation.html * Protocol: https://kafka.apache.org/26/protocol.html * Successful Jenkins builds for the 2.6 branch: Unit/integration tests: https://builds.apache.org/job/kafka-2.6-jdk8/91/ (one flaky test) System tests: (link to follow) Thanks, Randall Hauch

Re: [VOTE] 2.6.0 RC1

2020-07-22 Thread Randall Hauch
Any thoughts, Rajini? On Mon, Jul 20, 2020 at 9:55 PM Randall Hauch wrote: > > When I was checking the documentation for RC1 after the tag was pushed, I > noticed that the fix Rajini mentioned in the RC0 vote thread ( > https://github.com/apache/kafka/pull/8979 > <https:/

[VOTE] 2.6.0 RC2

2020-07-28 Thread Randall Hauch
https://kafka.apache.org/26/documentation.html * Protocol: https://kafka.apache.org/26/protocol.html * Successful Jenkins builds for the 2.6 branch: Unit/integration tests: https://builds.apache.org/job/kafka-2.6-jdk8/101/ System tests: (link to follow) Thanks, Randall Hauch

Re: [VOTE] 2.6.0 RC2

2020-07-31 Thread Randall Hauch
gt; Thanks Randall, +1 (binding) > > Built from source and ran tests, had a quick look through some Javadoc > changes, ran quickstart and some tests with Java 11 TLSv1.3 on the binary. > > Regards, > > Rajini > > > On Tue, Jul 28, 2020 at 10:50 PM Randall Hauch wrote

Re: [VOTE] 2.6.0 RC2

2020-08-01 Thread Randall Hauch
at > > org.apache.kafka.trogdor.rest.JsonRestServer$HttpResponse.body(JsonRestServer.java:285) > at > org.apache.kafka.trogdor.agent.AgentClient.status(AgentClient.java:130) > at > > org.apache.kafka.trogdor.agent.AgentTest.testAgentGetStatus(AgentTest.java:115) >

Re: [VOTE] 2.6.0 RC2

2020-08-01 Thread Randall Hauch
g for at least one more binding +1 vote from PMC members. Please download, test and vote by Monday, August 3, 9am PT, Best regards! Randall On Fri, Jul 31, 2020 at 11:44 AM Randall Hauch wrote: > Thanks, Rajini. > > Here's an update on the system tests. Unfortunately we've not

Re: [VOTE] 2.6.0 RC2

2020-08-03 Thread Randall Hauch
rce archive > and Scala 2.13 binary archive. > > Thanks, > Ismael > > On Tue, Jul 28, 2020, 2:52 PM Randall Hauch wrote: > > > Hello Kafka users, developers and client-developers, > > > > This is the third candidate for release of Apache Kafka 2.6.0. This is a

Preliminary blog post about the Apache 2.6.0 release

2020-08-05 Thread Randall Hauch
I've prepared a preliminary blog post about the upcoming Apache Kafka 2.6.0 release. Please take a look and let me know via this thread if you want to add/modify details. Thanks to all who contributed to this blog post. Unfortunately, the preview is not currently publicly visible at https://blogs.

Re: Preliminary blog post about the Apache 2.6.0 release

2020-08-05 Thread Randall Hauch
f the release contributors. It's an easy way to give > some recognition. I know we have done that in the past. > > Thanks, > Jason > > On Wed, Aug 5, 2020 at 8:25 AM Randall Hauch wrote: > > > I've prepared a preliminary blog post about the upcoming Apache Kafka

Re: Preliminary blog post about the Apache 2.6.0 release

2020-08-05 Thread Randall Hauch
Thanks > Maulin > > > On Wed, Aug 5, 2020 at 9:49 AM Randall Hauch wrote: > > > Thanks, Jason. We haven't done that for a few releases, but I think it's > a > > great idea. I've updated the blog post draft and the Google doc to > mention > > th

Re: Preliminary blog post about the Apache 2.6.0 release

2020-08-05 Thread Randall Hauch
I'ved incorporated this into the preview doc, but feedback is welcome. Best regards, Randall On Wed, Aug 5, 2020 at 10:27 AM Randall Hauch wrote: > I've prepared a preliminary blog post about the upcoming Apache Kafka > 2.6.0 release. > Please take a look and let me kn

[ANNOUNCE] Apache Kafka 2.6.0

2020-08-06 Thread Randall Hauch
, Manikumar Reddy, Mario Molina, Matthew Wong, Matthias J. Sax, maulin-vasavada, Michael Viamari, Michal T, Mickael Maison, Mitch, Navina Ramesh, Navinder Pal Singh Brar, nicolasguyomar, Nigel Liang, Nikolay, Okada Haruki, Paul, Piotr Fras, Radai Rosenblatt, Rajini Sivaram, Randall Hauch, Rens

Re: [ANNOUNCE] Apache Kafka 2.5.1

2020-08-12 Thread Randall Hauch
> > > > Adam Bellemare, Andras Katona, Andy Coates, Anna Povzner, A. > > Sophie Blee-Goldman, Auston, belugabehr, Bill Bejeck, Boyang > > Chen, Bruno Cadonna, Chia-Ping Tsai, Chris Egerton, David > > Arthur, David Jacot, Dezhi “Andy” Fang, Dima Reznik, Ego, > > E

Re: [ANNOUNCE] Apache Kafka 2.7.0

2020-12-21 Thread Randall Hauch
rchenko, Jason Gustafson, Jeff > Kim, > > jeff kim, Jesse Gorzinski, jiameixie, Jim Galasyn, JoelWee, John Roesler, > > John Thomas, Jorge Esteban Quilcate Otoya, Julien Jean Paul Sirocchi, > > Justine Olshan, khairy, Konstantine Karantasis, Kowshik Prakasam, leah, > Lee &g

Re: [ANNOUNCE] Apache Kafka 2.6.2

2021-04-21 Thread Randall Hauch
> Chia-Ping Tsai, Chris Egerton, dengziming, Greg Harris, Ismael Juma, Jim > Galasyn, John Roesler, Julien Jean Paul Sirocchi, Lee Dongjin, Luke Chen, > Manikumar Reddy, Matthias J. Sax, Michael G. Noll, Mickael Maison, Rajini > Sivaram, Ramesh Krishnan M, Randall Hauch, Sharath Bha

Re: [VOTE] 2.8.1 RC0

2021-09-13 Thread Randall Hauch
Thanks, David. I was able to successfully complete the following: - Build release archive from the tag, installed locally, and ran a portion of quickstart - Installed 2.8.1 RC0 and performed quickstart for broker and Connect - Verified signatures and checksums - Verified the tag - Compared the re

Re: [VOTE] 2.8.1 RC1

2021-09-14 Thread Randall Hauch
Thanks for generating a new RC1 with the corrected site docs, David. I was able to successfully complete the following: - Installed 2.8.1 RC0 and performed quickstart for broker and Connect - Verified signatures and checksums - Verified the tag - Manually compared the release notes to JIRA - Buil

Re: [ANNOUNCE] Apache Kafka 2.8.1

2021-09-20 Thread Randall Hauch
r Iskuskov, Andras Katona, Bill Bejeck, > Bruno Cadonna, Chris Egerton, Colin Patrick McCabe, David Arthur, David > Jacot, > Davor Poldrugo, Dejan Stojadinović, Geordie, Guozhang Wang, Ismael Juma, > Jason Gustafson, Jeff Kim, John Gray, John Roesler, Justine Olshan, > Konstantine

CVE-2021-38153: Timing Attack Vulnerability for Apache Kafka Connect and Clients

2021-09-21 Thread Randall Hauch
Severity: moderate Description: Some components in Apache Kafka use `Arrays.equals` to validate a password or key, which is vulnerable to timing attacks that make brute force attacks for such credentials more likely to be successful. Users should upgrade to 2.8.1 or higher, or 3.0.0 or higher

Re: [VOTE] 3.1.0 RC1

2022-01-16 Thread Randall Hauch
Thanks for the RC, David. I was able to successfully complete the following: - Installed 3.1.0 RC1 and performed quickstart for broker and Connect (using Java 17) - Verified signatures and checksums - Verified the tag - Manually compared the release notes to JIRA - Build release archive from the

Re: [ANNOUNCE] New committer: Luke Chen

2022-02-09 Thread Randall Hauch
Congratulations, Luke! On Wed, Feb 9, 2022 at 11:02 PM Matthias J. Sax wrote: > Congratulations! Glad to have you onboard, Luke! > > -Matthias > > On 2/9/22 16:37, Bill Bejeck wrote: > > Congrats Luke! Well deserved. > > > > -Bill > > > > On Wed, Feb 9, 2022 at 7:25 PM Israel Ekpo wrote: > > >

Re: [VOTE] 3.2.1 RC3

2022-07-26 Thread Randall Hauch
Thanks for the RC, David. I was able to successfully complete the following: - Installed 3.2.1 RC3 and performed quickstart for broker and Connect (using Java 17) - Verified signatures and checksums - Verified the tag - Manually compared the release notes to JIRA - Build release archive from the