fluent-plugin-out-kafka-rest 0.1.1 → 0.1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +2 -8
- data/fluent-plugin-out-kafka-rest.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2d869e2f11c888524c8a0baf95a043bae3d3ad3
|
4
|
+
data.tar.gz: 3f5b7c9cfca01e63bbfab6450203fd5ac82c8668
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af772a95ec49a7b39929da5f8055c9218e9f86d177ce52e9902712be7cbcfd695ef86875cacb3b20baa435815fc21c0ca26da8d65807391e85ea9f8076bed1d7
|
7
|
+
data.tar.gz: d3aebf87e7debb387d92fc4a20bfe70aa0002d3fd40ff01d9a335cb8e2019ae06876dfa07206e63ef323f73c7994729f70db3511b7e48b948bed9d60989b2c1e
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -9,16 +9,10 @@ for the detail of REST Proxy service.
|
|
9
9
|
|
10
10
|
<match *>
|
11
11
|
type kafka_rest
|
12
|
-
endpoint_url https://localhost.local/
|
12
|
+
endpoint_url https://localhost.local:8082/topics/topic
|
13
13
|
# use_ssl false
|
14
|
-
#
|
15
|
-
# include_timestamp false
|
16
|
-
# http_method post
|
17
|
-
# serializer one
|
14
|
+
# serializer json_bin
|
18
15
|
# rate_limit_msec 0
|
19
|
-
# authentication basic # default: nil
|
20
|
-
# username alice
|
21
|
-
# password bobpop
|
22
16
|
</match>
|
23
17
|
|
24
18
|
## ToDo
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |gem|
|
4
4
|
gem.name = "fluent-plugin-out-kafka-rest"
|
5
|
-
gem.version = "0.1.1"
|
5
|
+
gem.version = "0.1.1.1"
|
6
6
|
gem.authors = ["dobachi"]
|
7
7
|
gem.email = ["dobachi1983oss@gmail.com"]
|
8
8
|
gem.summary = %q{A fluentd output plugin for sending logs to Kafka REST Proxy}
|