class Kafka::Crc32Hash

Public Instance Methods

hash(value) click to toggle source
# File lib/kafka/crc32_hash.rb, line 11
def hash(value)
  Zlib.crc32(value)
end
load() click to toggle source

crc32 is supported natively

# File lib/kafka/crc32_hash.rb, line 9
def load; end