Skip to content

utf8 not supported #2

@hamtie

Description

@hamtie

I just noticed that utf8 isn't supported. I can't tell if this is occurring in the crc32 hashing algorithm or in the packing library. Here's what I've used to verify this behavior:

Producer initialization

var kafka = require('kafka');
var kclient = new kafka.Producer();

Message with utf char that doesn't send

kclient.send('test-raw',  'Guantánamo');

Remove the char and it sends:

kclient.send('test-raw',   'Guantnamo' );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions