Skip to content

Commit

Permalink
Fix from review
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton committed Jan 6, 2017
1 parent 59fd751 commit 4ffe076
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/logstash/outputs/kafka.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
# |0.9 |2.0.0 - 2.3.x | 3.x.x |Works with the old Ruby Event API (`event['product']['price'] = 10`)
# |0.9 |2.4.x - 5.x.x | 4.x.x |Works with the new getter/setter APIs (`event.set('[product][price]', 10)`)
# |0.10.0.x |2.4.x - 5.x.x | 5.x.x |Not compatible with the <= 0.9 broker
# |0.10.1.0 |2.4.x - 5.x.x | 6.0.0 - 6.1.1 |Not compatible with <= 0.10.0.x broker
# |0.10.1.1 |2.4.x - 5.x.x | 6.1.2 - 6.x.x |Not compatible with <= 0.10.1.0 broker
# |0.10.1.x |2.4.x - 5.x.x | 6.x.x |
# |==========================================================
#
# NOTE: We recommended that you use matching Kafka client and broker versions. During upgrades, you should
Expand Down

0 comments on commit 4ffe076

Please sign in to comment.