Registry / messaging / poseidon

poseidon

JSON →
library0.0.5rbrubygemsunverified

A Kafka producer and consumer implementation for Ruby.

gem install poseidon
INSTALL
IMPORT
SIG · POSEIDON
P
poseidon
messagingrubyv0.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Poseidon
require 'poseidon'

Send a message to a Kafka topic

require 'poseidon' producer = Poseidon::Producer.new(['localhost:9092'], 'my_producer') messages = [Poseidon::MessageToSend.new('my_topic', 'Hello Kafka!')] producer.send_messages(messages)
Debug
Known issues
breakingThis gem is no longer maintained; consider using ruby-kafka or other alternatives.
fix
Migrate to the ruby-kafka gem for active development and support.
affects: >= 0.0.0
Upgrade
Version history
0.0.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
poseidon — gem install poseidon · libregistry