Ivan
Ivan
Thank you for the PR. Could you also update the image from `FROM node:8-alpine` to `FROM node:14-alpine`?
It seems `librdkakfa` doesn't provide metadata directly from the admin API but I agree it would totally make sense.
@thynson, thank you for the PR
> But I can also announce that I've added @iradul, @ankon , and @codeburke as collaborators, so thank you guys for volunteering! I appreciate all the help. Thank you for...
Thumbs up for N-API. Looks like it does support Node 8 according to this: https://nodejs.org/docs/latest/api/n-api.html#n_api_n_api_version_matrix Also, since librdkafka is a C library and N-API is C API it would make...
Mechanical change or not it's still a rewrite unless it can be done in some safe and automated way. I'm sure it would be somewhat easier to rewrite using N-API...
> Do you think it's more likely that this project will be ahead of librdkafka's own C++ wrapper or that this project lags the librdkafka C++ wrapper? Also, why not...
> Just wanted to resurrect this thread and see if there was any movement or plan (coordinated or otherwise)? It seems publishing to NPM is still a manual task, so...
No, there was something promising in `.travis.yml` but it turns out it's not working (#700)
GCC 4.8 is an ancient release. It would make more sense to use newer GCC instead of spending time on fixing the library.