Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible solution for #425 #426

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drlsdee
Copy link

@drlsdee drlsdee commented Apr 4, 2023

Resolves #425

In win32\win32_config.h:

  • added version check for librdkafka;
  • if the version >= 0x00090100, sets ENABLE_KAFKACONSUMER to 1;
  • otherwise sets ENABLE_KAFKACONSUMER to 0.
  • also added definitions for LOG_EMERG, LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO and LOG_DEBUG from syslog.h, ifndef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kcat built under Windows does not support the High-level KafkaConsumer mode
1 participant