We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5491ac commit 65322a0Copy full SHA for 65322a0
ruby-kafka.gemspec
@@ -51,4 +51,10 @@ Gem::Specification.new do |spec|
51
spec.add_development_dependency "rubocop", "~> 0.49.1"
52
spec.add_development_dependency "gssapi", ">= 1.2.0"
53
spec.add_development_dependency "stackprof"
54
+
55
+ spec.post_install_message = %q{
56
+This library is **no longer** actively developed and has been superseded by librdkafka via rdkafka-ruby bindings.
57
58
+While this library may still receive security patches and bug fixes, it is no longer recommended for production usage.
59
+}
60
end
0 commit comments