Skip to content

Commit

Permalink
Merge branch 'deprecate-kafka-0.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mthssdrbrg committed Mar 20, 2016
2 parents 99f9e5d + e767dd6 commit a4a757c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# Recipe:: default
#

if node.kafka.version == '0.8.0'
Chef::Log.warn('Support for Kafka v0.8.0 is deprecated and will be removed in the next major version')
end

include_recipe 'kafka::_defaults'
include_recipe 'kafka::_setup'
include_recipe 'kafka::_install'
Expand Down

0 comments on commit a4a757c

Please sign in to comment.