Skip to content

Commit 1ce5e52

Browse files
author
Eugene Tolmachev
committed
Update README.md, publish using correct name.
1 parent 671f69a commit 1ce5e52

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ deploy:
77
api_key:
88
secure: vtjtMsBcFVCZTMQ904PSvm2iWSYe0r6DaNtEbn/TUxH8sXFaSWnK85fIGkucllyhDsOGk+4BpojPDY8KqK8wyJ3wtzZavoWaCRUu8UnTxqM5aO0o33cunGeIe1rpLTWWMQoZ6MufPzhbXMjTMUzt26EvCTXyew4xspMbHhF7ZYLfszyVlqUoxTs2UXMn33gHzVDJJKUILsZ2BSsaVSLYWtvdgPxIvEDTF13VhCfIyhzS5GJO5NngppdcIpGPWP2zufmCZtu5P9LEYS4PI5MjRQaBq2ELE8o7i4nG5hVOvKKy1x/pCg6fXmVrOJEL+a6r/RqqKd6uWu5k/xneTQSFQ1+QL+/SJrtcqFqzdtfH6GBhuFcZA9s0Wn4L6VJj1O6pnuGJYH61KVZcfe1Dzt4kIQZecMjIZrL4xf3fXztALElJ0Fxk2XmOf8KNR1Wtsc9TsMAZWyVy7ID/V1+qTzj9I5OFj588Kqe3+NN+F8e19gg8/u17QQnuUKH+XDGru1SfDwd/dQWBiK5zaMe5QqR7xJY8yH4grjnuVqALsIO1Sl+C+0z59pKlTa4CWwTv9hHxHqJxK3CHoQApkAX7cxsXnFqkWH4llJgA5gsV4/u3mi9E67eo4ZOYJmHw5Oc2wIa7Lzw3nmW4Sgxa3QRmtvWa5K8TbQ24AH1p/E2DFKkHji8=
99
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
1111
on:
1212
tags: true

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ Protoshell implements Storm's multilang using Protobuf serializer to improve thr
55
It uses compact binary communications protocol and transfers tuples as union fields, mapping Protobuf supported types to Java types and vice versa.
66
When a type doesn't have Protobuf representation it is mapped to byte[].
77

8-
Current version of Protoshell is built against v0.10.0 of Storm.
9-
108
#Performance
119
Protoshell currently provides TBD throughput, when compared to the standard Storm JSON multilang protocol.
1210

1311
#The protocol
14-
ProtobufStorm formalizes multilang protocol via unions:
12+
Protoshell captures multilang protocol as unions:
1513
- StormMsg for messages that could be sent from Storm
1614
- ShellMsg for messages that could be sent from a shell spout or a bolt
1715

0 commit comments

Comments
 (0)