confluentinc / librdkafka

The Apache Kafka C/C++ library
Other
7.37k stars 3.11k forks source link

I am facing issue i try to build librdkafka and using CMake and it give me error for some library like unistd.h in transaction.h file #4688

Open krishnajain872 opened 2 months ago

krishnajain872 commented 2 months ago

Read the FAQ first: https://github.com/confluentinc/librdkafka/wiki/FAQ

Do NOT create issues for questions, use the discussion forum: https://github.com/confluentinc/librdkafka/discussions

Description

How to reproduce ================ **IMPORTANT**: Always try to reproduce the issue on the latest released version (see https://github.com/confluentinc/librdkafka/releases), if it can't be reproduced on the latest version the issue has been fixed. Checklist ========= **IMPORTANT**: We will close issues where the checklist has not been completed. Please provide the following information: - [x] librdkafka version (release number or git tag): `` - [ ] Apache Kafka version: `` - [ ] librdkafka client configuration: `` - [ ] Operating system: `` - [ ] Provide logs (with `debug=..` as necessary) from librdkafka - [ ] Provide broker log excerpts - [ ] Critical issue
emasab commented 2 weeks ago

@krishnajain872 Please share your error message. Which OS?