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

2022-01-05 Thread Roger Kasinsky
Hi, I have a topic divided into 4 partitions. I have a consumer that needs to consume all messages from the topic (all messages from all 4 partitions). So to do that I have this consumer sitting by itself in its own consumer group. I'm not committing any offsets, because I want to read all message

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

2022-01-06 Thread Roger Kasinsky
sumer thread next time to get all messages again. > > > Regards, > Sunil. > > On Wed, 5 Jan 2022 at 10:45 PM, Roger Kasinsky > wrote: > > > Hi, > > > > I have a topic divided into 4 partitions. I have a consumer that needs to > > consume all messages

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

2022-01-06 Thread Roger Kasinsky
consumer has configurable number of threads under > each consumer instance. That may help up to some extent. > > > Regards, > Sunil. > On Thu, 6 Jan 2022 at 7:27 PM, Roger Kasinsky > wrote: > > > Hi Luke, > > > > > The solution I can think of is to cre

Re: Log4j 1.2

2022-01-07 Thread Roger Kasinsky
Hi Franziska, When upgrading to Log4J 2.x.x, take extra care not to upgrade to a 2.x.x version that has a more recent serious security flaw, much worse than the one you mentioned. You can read more about it here: https://access.redhat.com/security/cve/cve-2021-44228 Thanks! -R On Fri, Jan 7, 2