The Wayback Machine - https://web.archive.org/web/20200601124529/https://github.com/topics/apache-kafka
Skip to content
#

apache-kafka

Here are 391 public repositories matching this topic...

jrgp
jrgp commented Mar 18, 2020

Description

I'd like to be able to use negative lookaheads within the topic blacklist regex.

I looked into the librdkafka source, and it seems the header-only regex library that is bundled (from https://github.com/ccxvii/minilibs ) supports negative lookaheads (see [0]) , but during the build process, librdkafka first checks if libc's regex support exists and uses that instead of t

DieterDePaepe
DieterDePaepe commented Feb 13, 2019

The docs mention that a Message contains a response_code, topic, payload, key (optional) and offset. However, it seems that in practice, response_code, topic and payload are not present.

In addition, in my first exploration of this library, I assumed the consumers to produce messages of type `pykafka.common.Mes

abhisheksahani
abhisheksahani commented Oct 20, 2019

Hi we have 25 topics each topic having 2 partition , we have created connect config having topics.regex, so that connector consumes from all 25 topics with tasks.max set to 50 i.e(one unique consumer per partition) but when we describe the consumer group only two unique consumers are attached to 50 partition.

here's the config:
{
"name": "testConnectorfinalTest04",
"config": {

Improve this page

Add a description, image, and links to the apache-kafka topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apache-kafka topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.