You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ node --version
v6.9.1
$ node -e 'require("node-rdkafka")'
==== C stack trace ===============================
1: v8::Template::Set(v8::Local<v8::Name>, v8::Local<v8::Data>, v8::PropertyAttribute)
2: NodeKafka::KafkaConsumer::Init(v8::Local<v8::Object>)
3: Init(v8::Local<v8::Object>, v8::Local<v8::Object>)
4: node::DLOpen(v8::FunctionCallbackInfo<v8::Value> const&)
5: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&))
6: v8::internal::MaybeHandle<v8::internal::Object> v8::internal::(anonymous namespace)::HandleApiCallHelper<false>(v8::internal::Isolate*, v8::internal::(anonymous namespace)::BuiltinArguments<(v8::internal::BuiltinExtraArguments)1>)
7: v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*)
8: 0x19dc4c2092a7
(node) v8::ObjectTemplate::Set() with non-primitive values is deprecated
(node) and will stop working in the next major release.
==== JS stack trace =========================================
OS Version Mac 10.11.5(15F34)
Ref. nodejs/node#6216 and nodejs/node#6228 — starting with Node.js v6, setting non-primitive values on FunctionTemplate and ObjectTemplate instances is discouraged (and triggers a stack trace). v7 will downright disallow it.
please let us know when you update it.
thanks
The text was updated successfully, but these errors were encountered:
OS Version Mac 10.11.5(15F34)
Ref. nodejs/node#6216 and nodejs/node#6228 — starting with Node.js v6, setting non-primitive values on FunctionTemplate and ObjectTemplate instances is discouraged (and triggers a stack trace). v7 will downright disallow it.
please let us know when you update it.
thanks
The text was updated successfully, but these errors were encountered: