cwiki access for KIP

2018-06-20 Thread Matthias Wessendorf
Hi, I'd like to request permission to the kafka space in our ASF cwiki, to be able to create KIPs. Username: matzew email: mat...@apache.org Thanks! Matthias -- Matthias Wessendorf github: https://github.com/matzew twitter: http://twitter.com/mwessendorf

Re: cwiki access for KIP

2018-06-20 Thread Matthias Wessendorf
sweet, thanks! On Wed, Jun 20, 2018 at 11:02 PM, Matthias J. Sax wrote: > Done. > > On 6/20/18 11:15 AM, Matthias Wessendorf wrote: > > Hi, > > > > I'd like to request permission to the kafka space in our ASF cwiki, to be > > able to create KIPs. > &

Re: [VOTE] 2.0.0 RC1

2018-07-06 Thread Matthias Wessendorf
; >> > > > >> > > * Javadoc: > >> > > > >> > > http://home.apache.org/~rsivaram/kafka-2.0.0-rc1/javadoc/ > >> > <http://home.apache.org/~rsivaram/kafka-2.0.0-rc1/javadoc/> > >> > > > >> > > > >> > > > >> > > * Tag to be voted upon (off 2.0 branch) is the 2.0.0 tag: > >> > > > >> > > https://github.com/apache/kafka/tree/2.0.0-rc1 > >> > <https://github.com/apache/kafka/tree/2.0.0-rc1> > >> > > > >> > > > >> > > > >> > > * Documentation: > >> > > > >> > > http://kafka.apache.org/20/documentation.html > >> > <http://kafka.apache.org/20/documentation.html> > >> > > > >> > > > >> > > > >> > > * Protocol: > >> > > > >> > > http://kafka.apache.org/20/protocol.html > >> > <http://kafka.apache.org/20/protocol.html> > >> > > > >> > > > >> > > > >> > > * Successful Jenkins builds for the 2.0 branch: > >> > > > >> > > Unit/integration tests: > >> > > https://builds.apache.org/job/kafka-2.0-jdk8/66/ > >> > <https://builds.apache.org/job/kafka-2.0-jdk8/66/> > >> > > > >> > > > >> > > System tests: > >> > > https://jenkins.confluent.io/job/system-test-kafka/job/2.0/15/ > >> > <https://jenkins.confluent.io/job/system-test-kafka/job/2.0/15/> > >> > > > >> > > > >> > > > >> > > > >> > > Please test and verify the release artifacts and submit a vote for > this > >> > RC > >> > > > >> > > or report any issues so that we can fix them and roll out a new RC > >> ASAP! > >> > > > >> > > Although this release vote requires PMC votes to pass, testing, > votes, > >> > and > >> > > > >> > > bug > >> > > reports are valuable and appreciated from everyone. > >> > > > >> > > > >> > > Thanks, > >> > > > >> > > > >> > > Rajini > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > >> > >> > >> -- > >> > >> Brett Rann > >> > >> Senior DevOps Engineer > >> > >> > >> Zendesk International Ltd > >> > >> 395 Collins Street, Melbourne VIC 3000 Australia > >> > -- Matthias Wessendorf github: https://github.com/matzew twitter: http://twitter.com/mwessendorf

Re: Builder Pattern for kafka-clients in 2.x ?

2018-07-13 Thread Matthias Wessendorf
, "Key", "the-val", > myHeaderIterable)); > > I think constructor overloads are fine for small data classes like this. > The producer/consumer clietns themselves have a lot of options represented > by various configuration keys, and a builder pattern makes these easily > discov

Builder Pattern for kafka-clients in 2.x ?

2018-07-04 Thread Matthias Wessendorf
- instead of properties/map, which is what now dominates the creation of the Consumers/Producers. Any thoughts? If there is interest, I am happy to start a KIP w/ a first draft of the suggested API! Cheers, Matthias [1] https://issues.apache.org/jira/browse/KAFKA-7059 -- Matthias Wessendorf github: https://github.com/matzew twitter: http://twitter.com/mwessendorf