[DISCUSS] KIP-665 Kafka Connect Hash SMT

2020-08-27 Thread brandon
-transforms/issues/9#issuecomment-662378057. I'm interested in any suggestions for ways to improve this as I think it would make a nice addition to the existing SMTs provided by Kafka Connect out of the box. Thanks, Brandon

Requesting permission to create KIP

2018-11-29 Thread Brandon Kirchner
Hello, Could you please grant me (brandon.kirchner) permission to create a KIP? Thanks! Brandon K.

[DISCUSS] KIP-397: Add methods to override fetch offsets based on timestamp

2018-11-30 Thread Brandon Kirchner
+timestamp Let me know if you have any questions or feedback. Thanks! Brandon K.

add to contributor list

2018-01-18 Thread Brandon Kirchner
Hello! Could someone please add me to the contributors list in JIRA so i can assign a jira card to myself? thanks! Brandon K.

[VOTE] KIP-206: Add support for UUID serialization and deserialization

2018-01-26 Thread Brandon Kirchner
r+UUID+serialization+and+deserialization Thanks! Brandon K.

Re: [VOTE] KIP-206: Add support for UUID serialization and deserialization

2018-02-02 Thread Brandon Kirchner
I'd really like this to get 2 more binding votes. If that doesn't happen, how / can this still move forward? Not sure what the procedure is... Brandon K. On Tue, Jan 30, 2018 at 9:56 AM, Mickael Maison wrote: > +1 (non binding) > Thanks for the KIP > > On Tue, J

Re: [VOTE] KIP-206: Add support for UUID serialization and deserialization

2018-05-04 Thread Brandon Kirchner
I'd like to resurrect this one last time, any chance we can get some more binding votes and move this forward? Brandon K. On Fri, Feb 2, 2018 at 11:35 AM, Colin McCabe wrote: > Hi Brandon, > > I think people are generally busy working on the upcoming release now. > Sorry for

Re: [DISCUSS] KIP-361: Add Consumer Configuration to Disable Auto Topic Creation

2018-08-22 Thread Brandon Kirchner
“allow=false” seems a bit more intuitive to me than “suppress=false” Brandon > On Aug 22, 2018, at 8:48 PM, Ted Yu wrote: > > We may also consider : > > "suppress.auto.topic.creation" > > or > > "allow.auto.topic.creation" > > w.r.t.

Re: [VOTE] KIP-361: Add Consumer Configuration to Disable Auto Topic Creation

2018-09-14 Thread Brandon Kirchner
+1 (non-binding) Brandon K. > On Sep 14, 2018, at 6:57 PM, Ismael Juma wrote: > > Thanks for the KIP, +1 (binding). > > Ismael > >> On Fri, Sep 14, 2018 at 4:56 PM Dhruvil Shah wrote: >> >> Hi all, >> >> I would like to start a vote

Requesting permission

2020-08-27 Thread Brandon Brown
I’d like to request permission to create a KIP. My username is brbrown35. Thanks, Brandon Brandon Brown (240) 506-8335 (m)

Re: Requesting permission

2020-08-27 Thread Brandon Brown
Thanks! I was able to make my first KIP. -Brandon Brandon Brown (240) 506-8335 (m) > On Aug 27, 2020, at 4:19 PM, Jun Rao wrote: > > Hi, Brandon, > > Thanks for your interest. Just gave you the wiki permission. > > Jun > >> On Thu, Aug 27, 2020 at 1

[DISCUSS] KIP-665 Kafka Connect Hash SMT

2020-08-31 Thread Brandon Brown
#issuecomment-662378057. I'm interested in any suggestions for ways to improve this as I think it would make a nice addition to the existing SMTs provided by Kafka Connect out of the box. Thanks, Brandon

[DISCUSS] KIP-665 Kafka Connect Hash SMT

2020-09-15 Thread Brandon Brown
the sample PR I’ve submitted. Thanks! -Brandon Brown

Re: [DISCUSS] KIP-665 Kafka Connect Hash SMT

2020-09-18 Thread Brandon Brown
be supported as well? Thanks, Brandon Brown > On Sep 18, 2020, at 12:00 PM, Mickael Maison wrote: > > Thanks Brandon for the KIP. > > There's already a built-in transformation (MaskField) that can > obfuscate fields. In the motivation section, it would be nice to >

Re: [DISCUSS] KIP-665 Kafka Connect Hash SMT

2020-09-21 Thread Brandon Brown
and letting it be configured with the exact name. What do you think Mickael? Brandon Brown > On Sep 21, 2020, at 3:42 AM, Tom Bentley wrote: > > Hi Brandon and Mickael, > > Is it necessary to fix the supported digest? We could just support whatever > the JVM's MessageDig

Need CI access for a pull request

2017-05-18 Thread Brandon Bradley
Hello! I made this PR <https://github.com/apache/kafka/pull/3083>. Care to let it run on Jenkins? Cheers! Brandon Bradley

Re: Do we want to add more SMTs to Apache Kafka?

2021-11-07 Thread Brandon Brown
express the interest of additional SMTs which maybe are available via an open source library and if enough usage occurs there could be a path to fold into the Kafka project at large? Brandon Brown > On Nov 7, 2021, at 1:19 PM, Randall Hauch wrote: > > We have had several reques

Re: Do we want to add more SMTs to Apache Kafka?

2021-11-19 Thread Brandon Brown
I agree, if the desire is to keep the internal SMTs collection small then providing an ease of discovery like Gunnar suggestions would be extremely helpful. Brandon Brown > On Nov 19, 2021, at 6:13 PM, Gunnar Morling > wrote: > > Hi all, > > Just came across this threa

Re: [VOTE] KIP-665 Kafka Connect Hash SMT

2020-10-08 Thread Brandon Brown
Just wanted to give another bump on this and see if anyone had any comments. Thanks! Brandon Brown > On Oct 1, 2020, at 9:11 AM, "bran...@bbrownsound.com" > wrote: > > Hey Kafka Developers, > > I’ve created the following KIP and updated it based on fee

Re: [DISCUSSION] python code style checks

2020-10-09 Thread Brandon Brown
I love that idea, black is a really great formatter (opinionated with minimal config). Brandon Brown > On Oct 9, 2020, at 5:55 AM, Nikolay Izhikov wrote: > > Hello! > > Kafka uses relatively strict code style for Java code. > Code style enforces during project build. >

Re: [VOTE] KIP-665 Kafka Connect Hash SMT

2020-10-15 Thread Brandon Brown
Bumping this thread. Please take a look at the KIP and vote or let me know if you have any feedback. KIP: https://cwiki.apache.org/confluence/display/KAFKA/KIP-665%3A+Kafka+Connect+Hash+SMT Proposed: https://github.com/apache/kafka/pull/9057 Thanks Brandon Brown > On Oct 8, 2020, at 10:30

Re: [VOTE] KIP-661: Expose task configurations in Connect REST API

2020-10-15 Thread Brandon Brown
I like this proposal a lot! +1 by me. Brandon Brown > On Oct 15, 2020, at 11:12 AM, Mickael Maison wrote: > > Bumping this thread. > Please take a look at the KIP and vote or let me know if you have any > feedback. > Thanks > >> On Thu, Sep 24, 2020 at 4:53 P

Re: [VOTE] KIP-665 Kafka Connect Hash SMT

2020-10-15 Thread Brandon Brown
ctions > would be MD5, SHA1, SHA256. which are all supported via MessageDigest. Given this take on things do you still think there would be value in this smt? Brandon Brown > On Oct 15, 2020, at 12:36 PM, Ning Zhang wrote: > > Hello, I think this SMT feature is parallel to >

Re: [DISCUSS] Checkstyle Import Order

2020-10-22 Thread Brandon Brown
I like option 2. Brandon Brown > On Oct 15, 2020, at 1:36 AM, Dongjin Lee wrote: > > Hello. I hope to open a discussion about the import order in Java code. > > As Nikolay stated recently[^1], Kafka uses a relatively strict code style > for Java code. However, it misses

Re: [VOTE] KIP-676: Respect the logging hierarchy

2020-10-22 Thread Brandon Brown
+1 (non binding) Brandon Brown > On Oct 22, 2020, at 5:03 AM, Mickael Maison wrote: > > +1 (binding) > Thanks > >> On Sun, Oct 11, 2020 at 8:09 AM Dongjin Lee wrote: >> >> Binding: 2 (John, Gwen) >> Non-binding: 1 (Dongjin) >> >> We ne

Re: [VOTE] KIP-665 Kafka Connect Hash SMT

2020-10-22 Thread Brandon Brown
Gonna give this another little bump. :) Brandon Brown > On Oct 15, 2020, at 12:51 PM, Brandon Brown wrote: > >  > As I mentioned in the KIP, this transformer is slightly different from the > current MaskField SMT. > >> Currently there exists a MaskField SMT but that

Re: [VOTE] KIP-665 Kafka Connect Hash SMT

2020-10-22 Thread Brandon Brown
a valid option as well. I think I’ll update the KIP to reflect those suggestions. One more, do you think this should allow a regex for fields or stick with the explicit naming of the fields? Thanks for the great feedback Brandon Brown > On Oct 22, 2020, at 12:40 PM, Gunnar Morling >

Re: [VOTE] KIP-665 Kafka Connect Hash SMT

2020-10-26 Thread Brandon Brown
I’ve update the KIP with suggestions from Gunnar. I’d like to bring this up for a vote. Brandon Brown > On Oct 22, 2020, at 12:53 PM, Brandon Brown wrote: > > Hey Gunnar, > > Those are great questions! > > 1) I went with it only selecting top level fields since it see

Re: [DISCUSS] KIP-682: Connect TimestampConverter support for multiple fields and multiple input formats

2020-11-07 Thread Brandon Brown
I love this idea! I have a current KIP for a hash transform and am working adding multi field/nested support to that one. I can think of a few times we’ve needed functionality like that. I’d add that adding support for transforming nested fields would be a great feature for this. -Brandon

Re: Contributing Avro Kafka Connect converter

2020-12-07 Thread Brandon Brown
serialized form that is written to Kafka. This controls the format of the values in messages written to or read from Kafka, and since this is independent of connectors it allows any connector to work with any serialization format. Examples of common formats include JSON and Avro. Brandon Brown >

Re: [VOTE] KIP-665 Kafka Connect Hash SMT

2020-12-16 Thread Brandon Brown
I’d like to give this one another friendly bump. If there are no disagreements I can update my existing Pr with the latest KIP changes. Thanks, -Brandon Brandon Brown > On Oct 26, 2020, at 8:29 PM, Brandon Brown wrote: > > I’ve update the KIP with suggestions from Gunnar. I’d like

Re: Spam

2021-01-05 Thread Brandon Brown
Is there any way to block Tim van der Kooi from making issues? I’m getting about 10 new email issues created a minute. Brandon Brown

Re: Spam

2021-01-05 Thread Brandon Brown
Thanks! Brandon Brown > On Jan 5, 2021, at 6:07 PM, Justine Olshan wrote: > > The user has been blocked. https://issues.apache.org/jira/browse/INFRA-21268 > >> On Tue, Jan 5, 2021 at 2:52 PM Brandon Brown >> wrote: >> >> Is there any way to block Tim

[jira] [Created] (KAFKA-9158) producer fetch metadata until buffer is full

2019-11-07 Thread Brandon Jiang (Jira)
Brandon Jiang created KAFKA-9158: Summary: producer fetch metadata until buffer is full Key: KAFKA-9158 URL: https://issues.apache.org/jira/browse/KAFKA-9158 Project: Kafka Issue Type

[jira] [Created] (KAFKA-10299) Add a Hash SMT transformer

2020-07-22 Thread Brandon Brown (Jira)
Brandon Brown created KAFKA-10299: - Summary: Add a Hash SMT transformer Key: KAFKA-10299 URL: https://issues.apache.org/jira/browse/KAFKA-10299 Project: Kafka Issue Type: New Feature

[jira] [Created] (KAFKA-9833) Allow environment variable to set output directory of Kafka Connect logs

2020-04-07 Thread Brandon Moe (Jira)
Brandon Moe created KAFKA-9833: -- Summary: Allow environment variable to set output directory of Kafka Connect logs Key: KAFKA-9833 URL: https://issues.apache.org/jira/browse/KAFKA-9833 Project: Kafka

[jira] [Resolved] (KAFKA-9833) Kafka Connect: Allow environment variable to set output directory of Kafka Connect logs

2020-04-07 Thread Brandon Moe (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-9833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Moe resolved KAFKA-9833. Resolution: Abandoned > Kafka Connect: Allow environment variable to set output directory of Ka

[jira] [Created] (KAFKA-12594) Self-join produces no ouput, and prevents other streams from producing output

2021-03-31 Thread Jamie Brandon (Jira)
Jamie Brandon created KAFKA-12594: - Summary: Self-join produces no ouput, and prevents other streams from producing output Key: KAFKA-12594 URL: https://issues.apache.org/jira/browse/KAFKA-12594

[jira] [Created] (KAFKA-12608) Simple identity pipeline sometimes loses data

2021-04-02 Thread Jamie Brandon (Jira)
Jamie Brandon created KAFKA-12608: - Summary: Simple identity pipeline sometimes loses data Key: KAFKA-12608 URL: https://issues.apache.org/jira/browse/KAFKA-12608 Project: Kafka Issue Type

[jira] [Resolved] (KAFKA-12608) Simple identity pipeline sometimes loses data

2021-04-13 Thread Jamie Brandon (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jamie Brandon resolved KAFKA-12608. --- Resolution: Invalid > Simple identity pipeline sometimes loses d

[jira] [Commented] (KAFKA-1955) Explore disk-based buffering in new Kafka Producer

2017-05-17 Thread Brandon Bradley (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16014550#comment-16014550 ] Brandon Bradley commented on KAFKA-1955: The rebased patch applies cleanl

[jira] [Commented] (KAFKA-1955) Explore disk-based buffering in new Kafka Producer

2017-05-22 Thread Brandon Bradley (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16019697#comment-16019697 ] Brandon Bradley commented on KAFKA-1955: The current `BufferPool` implementa

[jira] [Commented] (KAFKA-1955) Explore disk-based buffering in new Kafka Producer

2017-05-22 Thread Brandon Bradley (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16019726#comment-16019726 ] Brandon Bradley commented on KAFKA-1955: Ok, I am wrong. There are two insta

[jira] [Commented] (KAFKA-1955) Explore disk-based buffering in new Kafka Producer

2017-05-23 Thread Brandon Bradley (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021683#comment-16021683 ] Brandon Bradley commented on KAFKA-1955: I've implemented a barebones ma

[jira] [Commented] (KAFKA-1955) Explore disk-based buffering in new Kafka Producer

2017-06-09 Thread Brandon Bradley (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16044512#comment-16044512 ] Brandon Bradley commented on KAFKA-1955: [~cmccabe] I was trying to stick to

[jira] [Created] (KAFKA-810) KafkaStream toString method blocks indefinitely

2013-03-18 Thread Brandon Salzberg (JIRA)
Brandon Salzberg created KAFKA-810: -- Summary: KafkaStream toString method blocks indefinitely Key: KAFKA-810 URL: https://issues.apache.org/jira/browse/KAFKA-810 Project: Kafka Issue Type