File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 7
7
api_key :
8
8
secure : vtjtMsBcFVCZTMQ904PSvm2iWSYe0r6DaNtEbn/TUxH8sXFaSWnK85fIGkucllyhDsOGk+4BpojPDY8KqK8wyJ3wtzZavoWaCRUu8UnTxqM5aO0o33cunGeIe1rpLTWWMQoZ6MufPzhbXMjTMUzt26EvCTXyew4xspMbHhF7ZYLfszyVlqUoxTs2UXMn33gHzVDJJKUILsZ2BSsaVSLYWtvdgPxIvEDTF13VhCfIyhzS5GJO5NngppdcIpGPWP2zufmCZtu5P9LEYS4PI5MjRQaBq2ELE8o7i4nG5hVOvKKy1x/pCg6fXmVrOJEL+a6r/RqqKd6uWu5k/xneTQSFQ1+QL+/SJrtcqFqzdtfH6GBhuFcZA9s0Wn4L6VJj1O6pnuGJYH61KVZcfe1Dzt4kIQZecMjIZrL4xf3fXztALElJ0Fxk2XmOf8KNR1Wtsc9TsMAZWyVy7ID/V1+qTzj9I5OFj588Kqe3+NN+F8e19gg8/u17QQnuUKH+XDGru1SfDwd/dQWBiK5zaMe5QqR7xJY8yH4grjnuVqALsIO1Sl+C+0z59pKlTa4CWwTv9hHxHqJxK3CHoQApkAX7cxsXnFqkWH4llJgA5gsV4/u3mi9E67eo4ZOYJmHw5Oc2wIa7Lzw3nmW4Sgxa3QRmtvWa5K8TbQ24AH1p/E2DFKkHji8=
9
9
skip_cleanup : true
10
- file : target/protoshell-0 .0.1-SNAPSHOT-jar-with-dependencies.jar
10
+ file : target/protoshell-1 .0.1-SNAPSHOT-jar-with-dependencies.jar
11
11
on :
12
12
tags : true
Original file line number Diff line number Diff line change @@ -5,13 +5,11 @@ Protoshell implements Storm's multilang using Protobuf serializer to improve thr
5
5
It uses compact binary communications protocol and transfers tuples as union fields, mapping Protobuf supported types to Java types and vice versa.
6
6
When a type doesn't have Protobuf representation it is mapped to byte[ ] .
7
7
8
- Current version of Protoshell is built against v0.10.0 of Storm.
9
-
10
8
#Performance
11
9
Protoshell currently provides TBD throughput, when compared to the standard Storm JSON multilang protocol.
12
10
13
11
#The protocol
14
- ProtobufStorm formalizes multilang protocol via unions:
12
+ Protoshell captures multilang protocol as unions:
15
13
- StormMsg for messages that could be sent from Storm
16
14
- ShellMsg for messages that could be sent from a shell spout or a bolt
17
15
You can’t perform that action at this time.
0 commit comments