Skip to content

Commit

Permalink
Add required gems for MSK IAM support
Browse files Browse the repository at this point in the history
  • Loading branch information
madebydna committed Nov 29, 2024
1 parent 76bfd37 commit 4ce442a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in fluent-plugin-kafka.gemspec
gemspec

gem 'rdkafka', ENV['RDKAFKA_VERSION_MIN_RANGE'], ENV['RDKAFKA_VERSION_MAX_RANGE'] if ENV['USE_RDKAFKA']
gem "json", "2.7.3" # locked to 2.7.3 for compatibility with AWS SDK code
gem "aws-msk-iam-sasl-signer"
gem 'rdkafka'

0 comments on commit 4ce442a

Please sign in to comment.