Re: [VOTE] 2.0.0 RC0

2018-06-26 Thread Israel Ekpo
+1 (non-binding). Built from source and ran integration tests successfully. On Tue, Jun 26, 2018 at 4:57 AM, Jakub Scholz wrote: > +1 (non-binding) ... I ran my tests and verified the RC0 against my > applications. > > On Mon, Jun 25, 2018 at 8:12 PM Thomas Crayford > wrote: > > > +1

Re: [kafka-clients] Re: [VOTE] 1.1.1 RC1

2018-06-26 Thread Israel Ekpo
+1 (non-binding). Built from source and ran integration tests successfully. Gradle 4.8.1, Java 1.8.0_171 (Oracle Corporation 25.171-b11), on Ubuntu 16.04 LTS On Tue, Jun 26, 2018 at 4:55 AM, Jakub Scholz wrote: > +1 (non-binding) ... I ran my tests and verified the RC1 with my > applications.

Re: [VOTE] 2.4.0 RC2

2019-12-04 Thread Israel Ekpo
Thanks @Randall for the update. I will run the tests on RC3 when it becomes available. On Wed, Dec 4, 2019 at 12:42 PM Randall Hauch wrote: > 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

Re: [kafka-clients] [VOTE] 2.4.0 RC3

2019-12-06 Thread Israel Ekpo
the environment is scala 2.12.10 but fails consistently in 2.13.0 and 2.13.1 All the other tests do pass without any issues but just this one My environment details are in the issue On Fri, Dec 6, 2019 at 4:49 PM Israel Ekpo wrote: > > Ran the tests in the following environments using

Re: [VOTE] 2.4.0 RC4

2019-12-12 Thread Israel Ekpo
@Manikumar , I have rerun the latest release candidate (RC4) and all the tests have passed with no errors. Should we go ahead and close this issue regarding the Flaky test? - https://issues.apache.org/jira/browse/KAFKA-9283 On Tue, Dec 10, 2019 at 11:11 AM Adam Bellemare wrote: > - All PGP

Re: [VOTE] 2.4.0 RC4

2019-12-12 Thread Israel Ekpo
Thanks @Manikumar for running the release as well. In my latest run, all signature validations and tests passed successfully without any issues. +1 (non-binding) On Thu, Dec 12, 2019 at 10:25 AM Mickael Maison wrote: > Thanks Manikumar for running this release > > I verified the signatures >

Re: [kafka-clients] [VOTE] 2.4.0 RC3

2019-12-06 Thread Israel Ekpo
Ran the tests in the following environments using Eric's script available here: https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh OS: Ubuntu 18.04.3 LTS Java Version: OpenJDK 11.0.4 Scala Versions: 2.12.10, 12.13.0, 12.13.1 Gradle Version: 5.6.2 I have made one observation in

Re: [VOTE] 2.4.0 RC2

2019-12-03 Thread Israel Ekpo
Thanks Eric for sharing this test script. It simplifies the process for me. https://github.com/elalonde/kafka/blob/master/bin/verify-kafka-rc.sh I am in the process of setting up my local environment to start running the tests on 2.4.0 RC2 as well and I noticed the following artifacts are being

Re: Deleting topics in windows - fix estimate or workaround

2019-12-01 Thread Israel Ekpo
Sachin Are you running production Kafka on Windows? Is it possible to migrate to an alternate UNIX based environment? It would be great to learn why you chose to run it on Windows On Sun, Dec 1, 2019 at 2:22 AM Sachin Mittal wrote: > Hi All, > I hope we are well aware of the critical bug in

Re: Using Kafka AdminUtils

2020-02-17 Thread Israel Ekpo
Take a look at the new AdminClient or KafkaAdminClient classes https://kafka.apache.org/24/javadoc/org/apache/kafka/clients/admin/KafkaAdminClient.html https://kafka.apache.org/24/javadoc/org/apache/kafka/clients/admin/AdminClient.html You can describe the topic or topics in question and it

Re: [RESULTS] [VOTE] 2.5.0 RC3

2020-04-15 Thread Israel Ekpo
Matthias > 1 committer +1 vote from Bill > 2 community +1 votes from Israel Ekpo and Jonathan Santilli > > Voting email thread > > http://mail-archives.apache.org/mod_mbox/kafka-dev/202004.mbox/%3CCA%2B0Ze6rUxaPRvddHb50RfVxRtHHvnJD8j9Q9ni18Okc9s-_DSQ%40mail.gmail.com%3E > >

Re: EOL

2020-04-07 Thread Israel Ekpo
After reviewing the documentation, it appears the document focuses more on release schedule and bug fixes for the 3 most recent major release versions. It is not really clear when the support for specific versions end and when they become deprecated. We need an official deprecation and EOL policy

Re: [kafka-clients] Re: [VOTE] 2.5.0 RC3

2020-04-10 Thread Israel Ekpo
+1 (non-binding) Used the following environment in my validation of the release artifacts: Ubuntu 18.04, OpenJDK 11, Scala 2.13.1, Gradle 5.6.2 Verified GPG Signatures for all release artifacts Verified md5 sha1 sha512 checksums for each artifact Checked Scala and Java Docs Ran Unit and

Re: Kafka: documentation - reliable reference?

2020-04-09 Thread Israel Ekpo
Hi Jacob, The Kafka code base is huge and the documentation is also very broad. It is always likely that you will notice discrepancies between the current implementation for a specific version of Kafka or ecosystem components when compared to the reference documentation. If you notice such

Re: Kafka upgrade from 0.10 to 2.3.x

2020-05-13 Thread Israel Ekpo
It would be a good idea to attempt this upgrade in a different environment like QA or STAGING to make sure there are no surprises first before upgrading PRODUCTION Going from 0.10 to 2.3.x is a significant jump with potential for issues Running a trial in a lower environment with exact setup as

Re: [kafka-clients] Re: [VOTE] 2.5.0 RC1

2020-03-17 Thread Israel Ekpo
.450.2760 | @gwenshap > Follow us: Twitter | blog > > On Mon, Mar 16, 2020 at 3:02 PM, Israel Ekpo < israele...@gmail.com > > wrote: > > > > > > > > > - Download artifacts successfully > > - Verified signatures successfully > > - All tests have pass

Re: [kafka-clients] Re: [VOTE] 2.5.0 RC1

2020-03-16 Thread Israel Ekpo
- Download artifacts successfully - Verified signatures successfully - All tests have passed so far for Scala 2.12. Have not run it on 2.13 yet +1 (non-binding) for the release I do have some feedback so I think we should include in the RC announcement a link for how the community

Re: Kafka - replicas do not heal themselves by default

2020-06-14 Thread Israel Ekpo
It is always good to have context. It would be helpful to state the edition of the book, version of Kafka, deployment architecture and other environment details What edition of the book are you referring to? What version of Kafka is used in the book. How the producers and consumers are

Re: [idea] Kafka topic metadata

2021-06-14 Thread Israel Ekpo
Garmes, I had similar questions in the past but @Matthias J. Sax pointed me to this https://cwiki.apache.org/confluence/display/KAFKA/KIP-244%3A+Add+Record+Header+support+to+Kafka+Streams+Processor+API With the headers, you can filter based on the header content and not just the contents of

Re: [idea] Kafka topic metadata

2021-06-14 Thread Israel Ekpo
its > metadata? How to deal with delete-then-recreate scenarios (well, we have > topic IDs now)? Making Kafka self-sufficient in this aspect sounds good. > > Ivan > > > On Mon, 14 Jun 2021 at 19:55, Israel Ekpo wrote: > > > Garmes, > > > > I had similar quest

Re: [ANNOUNCE] New Kafka PMC Member: Konstantine Karantasis

2021-06-21 Thread Israel Ekpo
Congratulations Konstantine and thank you for your service! On Mon, Jun 21, 2021 at 11:28 AM Mickael Maison wrote: > Hi, > > It's my pleasure to announce that Konstantine Karantasis is now a > member of the Kafka PMC. > > Konstantine has been a Kafka committer since Feb 2020. He has remained >

Re: Kafka 2.8.0 installation guide and pre-requisite details

2021-06-09 Thread Israel Ekpo
Kadlag, You can Check out the document for the information that you need Section 1.5 provides guidance on upgrades https://kafka.apache.org/documentation/#upgrade Section 6 covers operations https://kafka.apache.org/documentation/#operations All the usage and setup information you need is

Re: The most appropriate version in the production

2021-05-09 Thread Israel Ekpo
Luo, Your requirements are vague but I will attempt to provide some answers and recommendations. Nevertheless, if you are looking for the latest version of the project, try Kafka 2.8.0 It is the latest version, you should be able to upgrade to 2.8.1 or 3.0.0 (if you are not in KRaft mode) and

Re: Issue accessing apache.org

2021-05-09 Thread Israel Ekpo
Are you sure this is not a firewall issue with your corporate network? Unless there was an appropriate behavior from your network, I don’t believe only your network will be blocked. This is the first time I am hearing about this type of issue On Sun, May 9, 2021 at 11:05 AM Shete, Laxmikant

Re: please unsubscribe me

2021-06-05 Thread Israel Ekpo
How did you try to unsubscribe? Did you follow the exact guidance specified here? https://kafka.apache.org/contact You will need to follow the steps for all the mailing lists you have subscribed to using the exact email address you used the first time to subscribe to the lists I hope this

Re: info apache kafka

2021-07-08 Thread Israel Ekpo
Liliana, Thanks for reaching out. That is a good place to start learning about Apache Kafka What is the use case for your website or desktop application? Is the data changing frequently in one area or multiple datastores and you need to sync it fast? What type of app are you looking to

Re: Kafa Streams

2021-06-26 Thread Israel Ekpo
Hello Miguel and Samson, Just to add to what Dave just stated and to summarize the use cases a bit: The Kafka documentation has a good summary here with the APIs that are provided within the project https://kafka.apache.org/documentation/#api To add to what's in the documentation, we have a

Re: Failing to connect to ZooKeeper on first start

2021-07-09 Thread Israel Ekpo
When you are running in any environment you are not in 100% control of you have to take a look at everything that is happening and what the environment provides for your software The network connectivity and bandwidth typically varies based on machine sizes. That could impact your setup and

Re: What's so special about 2,8,9,15,56,72 error codes?

2021-04-29 Thread Israel Ekpo
: > Thank you all for answers! > Israel Ekpo, you clarification is really helpful for me. After studying > protocol documentation closely, i indeed can agree with you about server > side nature of error with types (8,8,15,56,72). But do you think error > with code 2 ```CORRUPT_MESSAGE``` i

Re: What's so special about 2,8,9,15,56,72 error codes?

2021-04-28 Thread Israel Ekpo
https://kafka.apache.org/protocol.html#protocol_error_codes According to the documentation, those numeric codes are special because they are used within the Kafka protocol to indicate problems that are observed at the server. These special numeric codes can be translated by the client into

Re: Kafka Connectors output to topic.

2021-04-04 Thread Israel Ekpo
Nick, There will be drawbacks to this because you would be using the wrong tool for the task. The Kafka ecosystem is very rich with different tools and you should spend a little more time to understand what they do and are meant for I believe the ecosystem component you are looking for is Kafka

Re: [kafka-clients] Subject: [VOTE] 2.8.0 RC1

2021-04-07 Thread Israel Ekpo
Hello John, Thanks for running the release for 2.8.0 I was reviewing the request for validation for 2.8.0 RC1 it appears that the deadline to complete testing/validation by the community is 6th April 2021 Same day delivery :) I think you meant to say Tuesday, April 13 2021 instead. Could we

Re: [kafka-clients] Re: [ANNOUNCE] Apache Kafka 2.8.0

2021-04-19 Thread Israel Ekpo
This is fantastic news! Thanks everyone for contributing and thanks John for managing the release. On Mon, Apr 19, 2021 at 1:10 PM Guozhang Wang wrote: > This is great! Thanks to everyone who has contributed to the release. > > On Mon, Apr 19, 2021 at 9:36 AM John Roesler wrote: > >> The

Re: [kafka-clients] Re: Subject: [VOTE] 2.8.0 RC1

2021-04-12 Thread Israel Ekpo
I just noticed that with the latest release candidate, the binaries from the Scala 2.13 and 2.12 tarballs are not finding the class for the meta data shell https://home.apache.org/~vvcephei/kafka-2.8.0-rc1/ It looks like kafka-run-class.sh is not able to load it. Is this a known issue? Should I

Re: [kafka-clients] Re: Subject: [VOTE] 2.8.0 RC1

2021-04-12 Thread Israel Ekpo
No problem, I will assign in to you shortly. https://issues.apache.org/jira/browse/KAFKA-12658 On Mon, Apr 12, 2021 at 8:47 PM John Roesler wrote: > Good catch, Israel! > > I’ll make sure that gets fixed. > > Thanks, > John > > On Mon, Apr 12, 2021, at 19:30, Israe

Re: [VOTE] 3.0.0 RC1

2021-09-02 Thread Israel Ekpo
Magnus, Please could you share the machine and network specs? How much CPU, RAM is available on each node? What JDK, JRE version are you using? What are your broker and client configuration values? Please could you share this info if possible? Thanks. On Wed, Sep 1, 2021 at 10:25 AM Magnus

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

2021-09-15 Thread Israel Ekpo
adoc. I don't consider this as a blocker > > for the release as we can fix it independently. > > > > Best, > > David > > > > On Tue, Sep 14, 2021 at 11:37 PM Israel Ekpo > wrote: > > > >> Hi Community Members, > >> > >> To encoura

Re: [VOTE] 2.8.1 RC0

2021-09-14 Thread Israel Ekpo
David, I am working on a solution for this that would allow us to validate the site docs locally with Docker containers without having to point to a LIVE location I will share an update soon On Tue, Sep 14, 2021 at 5:15 AM David Jacot wrote: > Hi Randall, > > Thanks for your comments. > > I

Re: [VOTE] 3.0.0 RC2

2021-09-14 Thread Israel Ekpo
Hi Konstantine, Thanks for running the release I ran the following checks: - PGP Signatures used to sign the release artifacts - Validation of Release Artifacts Cryptographic Hashes (ASC MD5 SHA1 SHA512) - Validation of Kafka Source and Tests - Validation of Kafka Site

Re: [kafka-clients] Re: [VOTE] 2.8.1 RC1

2021-09-14 Thread Israel Ekpo
Hi Community Members, To encourage other community members to participate in the release candidate validations and voting, I have set up the following resource as part of the work for KAFKA-9861 It is a set of scripts and Docker images that allows community members to run local validations in a

[DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

2021-09-15 Thread Israel Ekpo
Before you Vote for Apache Kafka RCs, Watch This! https://youtu.be/T1VqFszLuQs Hello Kafka Community Members and welcome to the Apache Kafka Release Party! As part of an effort (KAFKA-9861) to get more community participation during release candidate (RC) validations, we have created the

Re: [RESULTS] [VOTE] Release Kafka version 2.8.1

2021-09-17 Thread Israel Ekpo
Thanks for running the release, David. On Fri, Sep 17, 2021 at 12:03 PM David Jacot wrote: > This vote passes with 4 +1 votes (4 bindings) and no 0 or -1 votes. > > +1 votes > PMC Members: > * Randall Hauch > * Manikumar Reddy > * Bill Bejeck > * Mickael Maison > > Committers: > * No votes > >

Re: Confluent's parallel consumer

2021-07-15 Thread Israel Ekpo
Hi Pushkar, If you are selecting key-based ordering, you should not be concerned about the other keys from the same partitions being committed first If that is a concern for your use cases then you should go with partition based ordering to ensure that the events are processed in the sequence

Re: Confluent's parallel consumer

2021-07-15 Thread Israel Ekpo
itted which is 40 > 4. before key1 gets processed by background thread, the instance/node goes > down > 5. partition1 gets rebalanced to node2 and start processing ahead of offset > 40, thus losing key1 > > > > On Thu, Jul 15, 2021 at 7:18 PM Israel Ekpo wrote: > > &

Re: Please Help with Error: org.apache.kafka.common.network.InvalidReceiveException: Invalid receive (size = ...

2021-08-06 Thread Israel Ekpo
Mickael is right This looks like HTTP requests are being sent to the broker ports A quick stack overflow search reveals others have encountered similar observations I don’t think it is an error that indicates a server error. It is an error in whatever client is trying to reach your brokers If

Re: [kafka-clients] Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

2021-09-24 Thread Israel Ekpo
ntioning it in the thread, and see if > it helps folks. > > Cheers, > David > > On Fri, Sep 24, 2021 at 2:06 PM Israel Ekpo wrote: > >> Hello Everyone, >> >> Please take a moment to review this and share your thoughts. It would be >> great to have mor

Re: [kafka-clients] Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

2021-09-25 Thread Israel Ekpo
Thank you again Sincerely Israel On Fri, Sep 24, 2021 at 6:45 PM Israel Ekpo wrote: > > Thanks for the feedback David. I really appreciate it. > > I would work on eliminating some items in the docker container that are > not needed and making this as a base image that alre

Re: [kafka-clients] [VOTE] 2.7.2 RC0

2021-10-12 Thread Israel Ekpo
Mickael, For patch or bug fix releases like this one, should we exclude the Javadocs and site docs if they have not changed? https://github.com/apache/kafka-site The site docs were last changed about 6 months ago and it appears it may not have changed or needs validation On Tue, Oct 12, 2021

Re: does kafka provide REST API for producing events to topic?

2021-10-12 Thread Israel Ekpo
The Confluent REST Proxy provides a REST API for producing simple messages to the broker Confluent REST Proxy API Reference | Confluent Documentation On Tue, Oct 12, 2021 at 10:21 AM Steven Miller wrote: > What about >

Re: [kafka-clients] [VOTE] 2.7.2 RC0

2021-10-16 Thread Israel Ekpo
://github.com/izzyacademy/apache-kafka-release-party I vote +1 on this RC On Fri, Oct 15, 2021 at 12:11 PM Israel Ekpo wrote: > Hi Mickael, > > I am pretty surprised that there are no votes so far on the RCs and the > deadline has already passed. > > I am running my chec

Re: [kafka-clients] [VOTE] 2.6.3 RC0

2021-10-15 Thread Israel Ekpo
Hi Mickael, I am running my checks right now using the process outlined here https://github.com/izzyacademy/apache-kafka-release-party#how-to-validate-apache-kafka-release-candidates I will post my results and vote as soon as they are completed. On Tue, Oct 12, 2021 at 9:56 AM Mickael Maison

Re: [kafka-clients] [VOTE] 2.7.2 RC0

2021-10-15 Thread Israel Ekpo
t; > validate they look right. > > > > For this release, as you've mentioned, site docs have not changed. > > > > Thanks > > > > On Wed, Oct 13, 2021 at 1:59 AM Israel Ekpo > wrote: > > > > > > Mickael, > > > > > > For

Re: [kafka-clients] [VOTE] 2.6.3 RC0

2021-10-16 Thread Israel Ekpo
for the first two checks https://github.com/izzyacademy/apache-kafka-release-party I vote +1 on this RC On Fri, Oct 15, 2021 at 12:11 PM Israel Ekpo wrote: > Hi Mickael, > > I am pretty surprised that there are no votes so far on the RCs and the > deadline has already passed. > &g

Re: [kafka-clients] Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

2021-09-28 Thread Israel Ekpo
pdate the image which is > not ideal for your project, I suppose. > > Best, > David > > On Sat, Sep 25, 2021 at 12:56 PM Israel Ekpo wrote: > >> David >> >> I have one more question: do we have a Docker Hub account where the >> Docker images can be ho

Re: Kafka Quickstart Needs Update. Java 8 Deprecation?

2021-10-01 Thread Israel Ekpo
Hi Matthew, The justification for the deprecation is explained in KIP-750 https://cwiki.apache.org/confluence/x/P4vOCg If you are referring to this page below, you can document what works for you and the changes you made to get it to work and then send in a pull request

Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

2021-09-24 Thread Israel Ekpo
include this in future release candidate voting notifications to the community? Also do you think we even need this at all? When you have a moment please let me know Thanks On Wed, Sep 15, 2021 at 7:18 PM Israel Ekpo wrote: > Before you Vote for Apache Kafka RCs, Watch This! > &

Re: [kafka-clients] [VOTE] 2.6.3 RC0

2021-10-24 Thread Israel Ekpo
Was this vote abandoned? If so why? On Sat, Oct 16, 2021 at 8:12 PM Israel Ekpo wrote: > > I have performed the following checks for this release candidate. > > Validation of Release Artifacts Cryptographic Hashes (ASC MD5 SHA1 SHA512) > PGP Signatures used to sign the re

Re: [kafka-clients] [VOTE] 2.7.2 RC0

2021-10-24 Thread Israel Ekpo
Mickael, Do we need to do another RC? Were there issues with this release? What happens next? On Sat, Oct 16, 2021 at 8:11 PM Israel Ekpo wrote: > > I have performed the following checks > > Validation of Release Artifacts Cryptographic Hashes (ASC MD5 SHA1 SHA512) > PGP

Re: [VOTE] 3.1.0 RC0

2021-12-30 Thread Israel Ekpo
for running the release Israel Ekpo Lead Instructor, IzzyAcademy.com https://www.youtube.com/c/izzyacademy https://izzyacademy.com/ On Thu, Dec 23, 2021 at 5:18 PM David Jacot wrote: > Hello Kafka users, developers and client-developers, > > This is the first candidate for release of Apa

Re: [VOTE] 3.1.0 RC0

2022-01-02 Thread Israel Ekpo
Mode (without Zookeeper) looks good with no observable issues +1 (non-binding) Israel Ekpo Lead Instructor, IzzyAcademy.com https://www.youtube.com/c/izzyacademy https://izzyacademy.com/ On Thu, Dec 30, 2021 at 8:03 PM Israel Ekpo wrote: > > I have ran some initial validations

Re: Log4j 2.x preview for Kafka

2021-12-22 Thread Israel Ekpo
. Here is the official announcement from the Kafka project on this issue https://kafka.apache.org/cve-list If you are using non-upstream Kafka distro that includes log4j2, then check with that vendor for additional information I hope this helps Israel Ekpo Lead Instructor, IzzyAcademy.com https

Re: [VOTE] 3.1.0 RC0

2022-01-02 Thread Israel Ekpo
-compose.yml Israel Ekpo Lead Instructor, IzzyAcademy.com https://www.youtube.com/c/izzyacademy https://izzyacademy.com/ On Sun, Jan 2, 2022 at 8:59 AM Israel Ekpo wrote: > I have completed my validation of the release candidate > > The prior issue was a user error in my node configuration &

Re: Kafka-Real Time Update

2021-12-30 Thread Israel Ekpo
chitecture to resolve your needs. When you have a moment, could you confirm if your events generated by the devices are similar in data structures? I hope this message gives you enough information to get started. Sincerely, Israel Ekpo Lead Instructor, IzzyAcademy.com https://izzyacademy.

Re: gRPC with Kafka

2021-10-30 Thread Israel Ekpo
format. I hope that helps. Israel Ekpo Lead Instructor, IzzyAcademy.com https://izzyacademy.com/ On Sat, Oct 30, 2021 at 9:37 AM Glassman, Matthew S wrote: > I am involved with a course whose project has introduced REST, Kafka and > gRPC on its topic of message passing. However, in the p

Re: Apache Kafka : start up scripts

2021-10-27 Thread Israel Ekpo
Start here https://github.com/apache/kafka/blob/trunk/bin/kafka-server-start.sh https://github.com/apache/kafka/tree/trunk/core/src/main/scala/kafka/server Also take a look at the logs when the server starts up. That should give you some insights. On Wed, Oct 27, 2021 at 5:03 PM Kafka Life

Re: [kafka-clients] [VOTE] 2.7.2 RC0

2021-10-26 Thread Israel Ekpo
k you. >> Luke >> >> On Tue, Oct 26, 2021 at 3:41 PM Tom Bentley wrote: >> >> > Hi Mickael, >> > >> > As with 2.6.3 RC0, I have: >> > >> > * Verified checksums and signatures >> > * Built jars and docs from the

Re: CVE-2021-44228 – Log4j 2 Vulnerability

2021-12-14 Thread Israel Ekpo
126=DwIFaQ=qE8EibqjfXM-zBfebVhd4gtjNZbrDcrKYXvb1gt38s4=p-f3AJg4e4Uk20g_16kSyBtabT4JOB-1GIb23_CxD58=bgQoydMIn6_TMXjRt2Jw8AUS-IPeFX07xSqA4ONmNUDFJXnB5xNHw7TFiy6UD4gP=6RYStOYjw2vQZteGALeXGun6DVhCKcs539cR9tr3m8A= > > > > > > > > > > > >>> and said: > > > > > >>> > > > > > >>> *Update (2021-12-11 09:09 JST): according to this analysis > > > > > >>> < > > > > > > > > > > > > > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__twitter.com_ceki_status_1469449618316533762=DwIFaQ=qE8EibqjfXM-zBfebVhd4gtjNZbrDcrKYXvb1gt38s4=p-f3AJg4e4Uk20g_16kSyBtabT4JOB-1GIb23_CxD58=bgQoydMIn6_TMXjRt2Jw8AUS-IPeFX07xSqA4ONmNUDFJXnB5xNHw7TFiy6UD4gP=ZhLYIdqAKXaVPEbVpd3uce5dtisDqwoWaji_UMVM5Es= > > > > > > by @ceki > > > > > >>> < > > > > > > > > > > > > > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_ceki=DwIFaQ=qE8EibqjfXM-zBfebVhd4gtjNZbrDcrKYXvb1gt38s4=p-f3AJg4e4Uk20g_16kSyBtabT4JOB-1GIb23_CxD58=bgQoydMIn6_TMXjRt2Jw8AUS-IPeFX07xSqA4ONmNUDFJXnB5xNHw7TFiy6UD4gP=103KstS4K4BNNdpX7RDbGisXiPzc62Eq5yiO6DJgn8k= > > > > > > (the author of log4j 1.x), Log4j 1.x is not > > > > > >>> impacted, since it does not have lookups, and the JMS Appender > > only > > > > > >>> loads > > > > > >>> Strings from the remote server, not serialized objects.* > > > > > >>> > > > > > >>> That is, log4j 1 is actually another project from log4j 2, and > > the > > > > > >>> author > > > > > >>> of the log4j 1 confirmed log4j 1 is not impacted by this > > > > vulnerability! > > > > > >>> > > > > > >>> Thank you > > > > > >>> *.* > > > > > >>> Luke > > > > > >>> > > > > > >>> On Sat, Dec 11, 2021 at 6:42 AM David Ballano Fernandez < > > > > > >>> dfernan...@demonware.net> wrote: > > > > > >>> > > > > > >>>> Hi All, > > > > > >>>> > > > > > >>>> I wonder if you guys have heard about this vulnerability > > > > > >>>> > > > > > > > > > > > > > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__www.randori.com_blog_cve-2D2021-2D44228_=DwIFaQ=qE8EibqjfXM-zBfebVhd4gtjNZbrDcrKYXvb1gt38s4=p-f3AJg4e4Uk20g_16kSyBtabT4JOB-1GIb23_CxD58=bgQoydMIn6_TMXjRt2Jw8AUS-IPeFX07xSqA4ONmNUDFJXnB5xNHw7TFiy6UD4gP=TaOz7ebOBrjIW_i2K4MduRFI7vsBBUZMKr9B1K6JupI= > > > > > affecting log4j v1 and > > > > > v2 > > > > > >>>> as far as i can see kafka 2.7 and 2.8 are using log4j v1. > which > > is > > > > > only > > > > > >>>> affected if using jms appender. > > > > > >>>> > > > > > >>>> any thoughts? > > > > > >>>> > > > > > >>>> Thanks! > > > > > > > > > > > > > > > > > > > > > > > > > > > -- Israel Ekpo Lead Instructor, IzzyAcademy.com https://izzyacademy.com/

Re: CVE-2021-44228 – Log4j 2 Vulnerability

2021-12-14 Thread Israel Ekpo
, 2021 at 1:40 PM Israel Ekpo wrote: > Sure I will take a look at it shortly > > On Tue, Dec 14, 2021 at 12:44 PM Jun Rao wrote: > >> Hi, Luke, >> >> Thanks for the analysis. We are trying to put a public statement on this >> through this PR: https://github.com/a

Re: Zookeeper : Throttling connections

2021-07-16 Thread Israel Ekpo
Hello, I am assuming you are using Zookeeper because of your Kafka brokers. What version of Kafka are you using. I would like to start by stating that very soon this will no longer be an issue as the project is taking steps to decouple Kafka from Zookeeper. Take a look at KIP-500 for additional

Re: Confluent's parallel consumer

2021-07-15 Thread Israel Ekpo
questions, please continue to bring it up. Thanks. On Thu, Jul 15, 2021 at 11:21 AM Pushkar Deole wrote: > It is consumer client node that has received events and is processing > those... > > On Thu, Jul 15, 2021 at 8:49 PM Israel Ekpo wrote: > > > Hi Pushkar, > > >

Re: [VOTE] 3.1.0 RC0

2022-01-07 Thread Israel Ekpo
So far we have 1 binding +1 vote and 4 non-binding +1 votes. Could we get more participation from community members with binding votes so close it out by the deadline today? We have approximately 13 hours left for voting Thanks Israel Ekpo Lead Instructor, IzzyAcademy.com https

Re: Log4j 1.2

2022-01-10 Thread Israel Ekpo
to the contributors if you are able to contribute to the effort by coding, reviewing PRs, submitting documentation etc Israel Ekpo Lead Instructor, IzzyAcademy.com https://www.youtube.com/c/izzyacademy https://izzyacademy.com/ On Mon, Jan 10, 2022 at 10:12 AM Brosy, Franziska < franziska

Re: Kafka performance when it comes to throughput

2022-01-08 Thread Israel Ekpo
as possible. Have a great weekend. I will be in touch soon. Israel Ekpo Lead Instructor, IzzyAcademy.com https://www.youtube.com/c/izzyacademy https://izzyacademy.com/ On Sat, Jan 8, 2022 at 10:29 AM Marisa Queen wrote: > Hi Israel, > > Great job! It looks great and promising. I really like you

Re: Kafka Fix for CVE-2021-44228, CVSS 10.0 (Critical)

2022-01-08 Thread Israel Ekpo
https://kafka.apache.org/cve-list I hope this helps Israel Ekpo Lead Instructor, IzzyAcademy.com https://www.youtube.com/c/izzyacademy https://izzyacademy.com/ On Sat, Jan 8, 2022 at 6:31 PM Deepti Sharma S wrote: > Hello Team, > > As we have Log4J vulnerability CVE-2021-44228,

Re: Apache log4j 1.x vulnerability mitigations on Kafka

2022-01-29 Thread Israel Ekpo
6-3jq3> is here: > https://github.com/apache/kafka-site/pull/396 > > Welcome to review. > > Thank you. > Luke > > On Sat, Jan 29, 2022 at 11:22 AM Israel Ekpo wrote: > > > Thanks Luke for the prompt response > > > > +1 on the PR for the CVE page updat

Re: [ANNOUNCE] New committer: Luke Chen

2022-02-09 Thread Israel Ekpo
gt; > Thanks for all of your contributions Luke. Congratulations! > > -- Guozhang, on behalf of the Apache Kafka PMC > -- Israel Ekpo Lead Instructor, IzzyAcademy.com https://www.youtube.com/c/izzyacademy https://izzyacademy.com/

Re: What versions are supported by community?

2022-02-04 Thread Israel Ekpo
d | Enterprise Architect, OpenLogic > > > > > This e-mail may contain information that is privileged or confidential. If > you are not the intended recipient, please delete the e-mail and any > attachments and notify us immediately. > > -- Israel Ekpo Lead Instructor, IzzyAcad

Re: Apache log4j 1.x vulnerability mitigations on Kafka

2022-01-28 Thread Israel Ekpo
2-23305*. > > > > > > > > So kindly help us in clarifying the below queries: > > > > > > > >1. Are the CVEs *CVE-2022-23302, CVE-2022-23305* applicable to the > >Apache Kafka? If so, how to mitigate these vulnerabilities, an

Re: [VOTE] 3.1.0 RC1

2022-01-18 Thread Israel Ekpo
Mode (without Zookeeper) - Can confirm that KAFKA-13456 works as expected after switching to 3.1.0 - Briefly Walked Through 3.1 Documentation, Javadocs and Protocol Pages +1 (non-binding) for the release candidate Thanks for running this release Israel Ekpo Lead Instructor, IzzyAcademy.com

Re: [kafka-clients] Re: [VOTE] 3.1.0 RC1

2022-01-21 Thread Israel Ekpo
s still reference the 2.5 release. > > > This is a very minor issue and it doesn't require a new RC, we can > simply > > > update the links once released. > > > > > > +1(binding) > > > > > > Thanks, > > > Bill > > > > >

Re: Kafka performance when it comes to throughput

2022-01-06 Thread Israel Ekpo
to do and the applicable use cases in the Financial Services industry A lot of reputable organizations already trust Kafka today for their needs so this is already proven https://kafka.apache.org/powered-by I hope this helps. Israel Ekpo Lead Instructor, IzzyAcademy.com https://www.youtube.com/c

Re: Kafka performance when it comes to throughput

2022-01-07 Thread Israel Ekpo
to this. Israel Ekpo Lead Instructor, IzzyAcademy.com https://www.youtube.com/c/izzyacademy https://izzyacademy.com/ On Thu, Jan 6, 2022 at 10:17 PM Marisa Queen wrote: > Wow, that's awesome! I wasn't expecting that. I truly appreciate your help > and professionalism. > > > Let me find

Re: About the order of messages when a single consumer is consuming messages from multiple partitions

2022-01-06 Thread Israel Ekpo
across the topic because ordering is only guaranteed at partition level and not topic level. I hope this adds more light to the basis of each recommendation you have received from the community. Israel Ekpo Lead Instructor, IzzyAcademy.com https://www.youtube.com/c/izzyacademy https://izzyacademy.com

Re: Kafka performance when it comes to throughput

2022-01-06 Thread Israel Ekpo
ns. Take a look at the capacity planner and sizing calculator to figure out what hardware and infrastructure you need for your scenario Sizing Calculator for Apache Kafka and Confluent Platform (eventsizer.io) <https://eventsizer.io/> I hope this is more useful. Israel Ekpo Lead Instr

Re: Kafka performance when it comes to throughput

2022-01-06 Thread Israel Ekpo
questions come up regarding benchmarks Thanks for bringing up the question, please let us know if you have additional questions and you can reach out with any further questions or feedback you may have. Thanks again Sincerely Israel Ekpo On Thu, Jan 6, 2022 at 9:18 PM Marisa Queen wrote: >

Re: Upgrade from 2.0 to 2.8.1 failed

2022-01-25 Thread Israel Ekpo
be due to Zookeeper version incompatibility or bad state of data in Zookeeper before the upgrade. Israel Ekpo Lead Instructor, IzzyAcademy.com https://www.youtube.com/c/izzyacademy https://izzyacademy.com/ On Tue, Jan 25, 2022 at 7:21 AM Nicolas Carlot wrote: > Hello everyone, > > I just ha

Re: [ANNOUNCE] Apache Kafka 3.1.0

2022-01-25 Thread Israel Ekpo
Deepti, KIP-653 missed the cut for 3.1 so it was not part of this release https://cwiki.apache.org/confluence/display/KAFKA/Release+Plan+3.1.0 https://cwiki.apache.org/confluence/display/KAFKA/KIP-653%3A+Upgrade+log4j+to+log4j2 Israel Ekpo Lead Instructor, IzzyAcademy.com https

Re: [ANNOUNCE] Apache Kafka 3.1.0

2022-01-25 Thread Israel Ekpo
it is proper etiquette to start a new thread instead of hijacking the current thread. This may have been a mistake but I just wanted to point it out. Israel Ekpo Lead Instructor, IzzyAcademy.com https://www.youtube.com/c/izzyacademy https://izzyacademy.com/ On Mon, Jan 24, 2022 at 11:27 PM

Re: Upgrade from 2.0 to 2.8.1 failed

2022-01-25 Thread Israel Ekpo
and then restart the brokers. You can still go back before the broker restarts and changes but once you have changed it to 2.8 and restarted the brokers, you can't fall back to 2.0 anymore. Israel Ekpo Lead Instructor, IzzyAcademy.com https://www.youtube.com/c/izzyacademy https://izzyacademy.com

Re: [ANNOUNCE] Apache Kafka 3.1.0

2022-01-26 Thread Israel Ekpo
es, Uber, Yelp, and Zalando, among others. > > > > A big thank you for the following 114 contributors to this release! > > > > A. Sophie Blee-Goldman, Alexander Iskuskov, Alexander Stohr, Almog > > Gavra, Andras Katona, Andrew Patterson, Andy Chambers, Andy Lapidas, > &g

[ANNOUNCE] Share your Streaming Stories with us at Current 2023

2023-01-24 Thread Israel Ekpo
Do you have a great data streaming story to share? We want to hear from you! Speaking at Current 2023 is a great way to connect with hundreds of your peers, become more involved in the data streaming community, and have a public platform for you to share your story of the future of streaming and