Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 491 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

23 lines (14 loc) · 491 Bytes

If this is a bug report, please fill out the following:

  • Version of Ruby:
  • Version of Kafka:
  • Version of ruby-kafka:

Please verify that the problem you're seeing hasn't been fixed by the current master of ruby-kafka.

Steps to reproduce
kafka = Kafka.new(...)

# Please write an example that reproduces the problem you're describing.
Expected outcome

What you thought would happen when running the example.

Actual outcome

What actually happened.