acrosa / kafka-rb

A simple Producer/Consumer client for Kafka (a distributed publish/subscribe messaging service)
Apache License 2.0
171 stars 43 forks source link

Rename producer/multi-producer methods to push #20

Closed MichaelXavier closed 11 years ago

MichaelXavier commented 11 years ago

Send is problematic in ruby because it is defined on all objects as a way to dynamically send method calls (messages). You do not want to have any methods in your interface that define send.

This would resolve #18

pablete commented 11 years ago

+1

acrosa commented 11 years ago

added, thanks :)