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

The "chunk" argument must be of type string or an instance of Buffer or Uint8Array #1459

Open
mkscastillo opened this issue Jan 13, 2022 · 1 comment

Comments

@mkscastillo
Copy link

mkscastillo commented Jan 13, 2022

Sending SASL/GSSAPI handshake request to [BrokerWrapper _____ (connected: true) (ready: false) (idle: false) (needAuthentication: true) (authenticated: false)] +0ms
  kafka-node:KafkaClient Sending SASL/GSSAPI authentication request to ______ +1ms
internal/streams/writable.js:285
      throw new ERR_INVALID_ARG_TYPE(
      ^

TypeError [ERR_INVALID_ARG_TYPE]: The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Received an instance of Error
    at TLSSocket.Writable.write (internal/streams/writable.js:285:13)
....
{
  code: 'ERR_INVALID_ARG_TYPE'
}

Any ideas what could be causing this?

@MonteePoke
Copy link

bump

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

No branches or pull requests

2 participants