Skip to content

Comments

Send exactly the same message to kafka that's used in the hash function....#3

Open
hamtie wants to merge 1 commit intoifwe:masterfrom
hamtie:patch-2
Open

Send exactly the same message to kafka that's used in the hash function....#3
hamtie wants to merge 1 commit intoifwe:masterfrom
hamtie:patch-2

Conversation

@hamtie
Copy link

@hamtie hamtie commented Mar 23, 2012

... (Fixes #2)

The crc32 hashing function was encoding messages before hashing. The node-kafka client, however, was creating the message with the raw string instead of the encoded string used in the hash. The kafka server was rejecting the message because the checksum was failing. This was causing any non-ascii strings to fail.

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

Successfully merging this pull request may close these issues.

utf8 not supported

1 participant