embulk-output-kafka 0.1.9-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5c2f25c5da6d5dc421844e2853598fb0f5fdc26763646928fca0dd63499e7263
4
+ data.tar.gz: 18935efce924cc2abb21e6af248df36e7dc50a4a2461a7f85c6f1a37c203bd3c
5
+ SHA512:
6
+ metadata.gz: 826016f4a027d6e36833d0b3fe7f5055b9629356ceb9475b10e1e72bb550b960891fdfede3e55d7869bdff957bccc6727a25a284015c8c1a67fbc6abeab1f91b
7
+ data.tar.gz: 462ef45a1f22eb779cb96608d3d31e77544d68f17831bd322e77e417826f859eed2d68a2cc7f918abbe3411c1d875ab76895bd20da79dcfc5563ad3dc55704d4
@@ -0,0 +1,21 @@
1
+
2
+ MIT License
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining
5
+ a copy of this software and associated documentation files (the
6
+ "Software"), to deal in the Software without restriction, including
7
+ without limitation the rights to use, copy, modify, merge, publish,
8
+ distribute, sublicense, and/or sell copies of the Software, and to
9
+ permit persons to whom the Software is furnished to do so, subject to
10
+ the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be
13
+ included in all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_output(
2
+ "kafka", "org.embulk.output.kafka.KafkaOutputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,65 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-output-kafka
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.9
5
+ platform: java
6
+ authors:
7
+ - joker1007
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-09-02 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Embulk output plugin for Apache Kafka
14
+ email:
15
+ - kakyoin.hierophant@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - classpath/avro-1.10.0.jar
22
+ - classpath/common-config-5.5.1.jar
23
+ - classpath/common-utils-5.5.1.jar
24
+ - classpath/commons-compress-1.20.jar
25
+ - classpath/embulk-output-kafka-0.1.9.jar
26
+ - classpath/jakarta.annotation-api-1.3.5.jar
27
+ - classpath/jakarta.inject-2.6.1.jar
28
+ - classpath/jakarta.ws.rs-api-2.1.6.jar
29
+ - classpath/javax.ws.rs-api-2.1.1.jar
30
+ - classpath/jersey-common-2.30.jar
31
+ - classpath/kafka-avro-serializer-5.5.1.jar
32
+ - classpath/kafka-clients-5.5.1-ccs.jar
33
+ - classpath/kafka-schema-registry-client-5.5.1.jar
34
+ - classpath/kafka-schema-serializer-5.5.1.jar
35
+ - classpath/lz4-java-1.7.1.jar
36
+ - classpath/osgi-resource-locator-1.0.3.jar
37
+ - classpath/snappy-java-1.1.7.3.jar
38
+ - classpath/swagger-annotations-1.6.0.jar
39
+ - classpath/zstd-jni-1.4.4-7.jar
40
+ - lib/embulk/output/kafka.rb
41
+ homepage: https://github.com/joker1007/embulk-output-kafka
42
+ licenses:
43
+ - MIT
44
+ metadata: {}
45
+ post_install_message:
46
+ rdoc_options: []
47
+ require_paths:
48
+ - lib
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
59
+ requirements: []
60
+ rubyforge_project:
61
+ rubygems_version: 2.7.9
62
+ signing_key:
63
+ specification_version: 4
64
+ summary: Kafka output plugin for Embulk
65
+ test_files: []