node-rdkafka compile in centos 7 failed for not supporting c++14
See original GitHub issueThe -std=c++14
flag is not supported on GCC 4.8, which is the version used by centos 7. In other words, the compile will be failed in centos 7.
See more on this link https://stackoverflow.com/questions/31965413/compile-c14-code-with-g .
_Originally posted by @yunnysunny in https://github.com/Blizzard/node-rdkafka/issues/892#issuecomment-942918410_
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
@makeomatic/node-rdkafka - npm
You can get the features supported by your compile of librdkafka by reading the variable "features" on the root of the node-rdkafka object....
Read more >node-rdkafka erorr while installing - Stack Overflow
unable to install node-rdkafka with "npm install" Same error occurred for me with node version 16.4.2 , node-gyp@9.1.0 and python@3.10.7.
Read more >node-red-contrib-ccloud (node)
Node -RED (http://nodered.org) nodes for publish/subscribe messaging using the Confluent Cloud Apache Kafka as a service offering. Features. Up to date support ......
Read more >NixOS - DistroWatch.com
Nix stores all packages in isolation from each other; as a result there are no /bin, /sbin, /lib or /usr directories and all...
Read more >Thoughts on using Kafka with Node.js (node-rdkafka)
But at its core, it is primarily leveraging librdkafka . 2. Start by getting your configuration working with kafkacat. kafkacat is a utility...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No
Hi, Is there a way to get node-rdkafka working on centos 7 without upgrading g++?