We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0aa73 commit 9860c99Copy full SHA for 9860c99
rockspecs/tnt-kafka-0.3.3-1.rockspec renamed to rockspecs/tnt-kafka-0.3.4-1.rockspec
@@ -1,8 +1,8 @@
1
package = "tnt-kafka"
2
-version = "0.3.3-1"
+version = "0.3.4-1"
3
source = {
4
url = "git://github.com/RepentantGopher/tnt-kafka.git",
5
- tag = "v0.3.3",
+ tag = "v0.3.4",
6
}
7
description = {
8
summary = "Kafka library for Tarantool",
@@ -16,6 +16,7 @@ build = {
16
type = "builtin",
17
modules = {
18
["tnt-kafka.consumer"] = "tnt-kafka/consumer.lua",
19
+ ["tnt-kafka.librdkafka"] = "tnt-kafka/librdkafka.lua",
20
["tnt-kafka.producer"] = "tnt-kafka/producer.lua",
21
22
0 commit comments