-
We would like to use a polymorphic ADT as the message protocol between two Streamlets. Let's say for example I would like to design a `SubscriptionProtocol` with the following commands:
- `SubscribeC…
-
参考资料
1、[远程通讯协议,各数据交换的协议优劣比较](http://blog.sina.com.cn/s/blog_86992f620101iatd.html)
2、[Apache Avro 与 Thrift 比较](http://www.alidata.org/archives/1307)
3、[Java跨语言调用实现方案](http://jm-blog.aliapp.com/?p=389)…
-
I have a schema like this:
```
protocol P {
record R {
decimal(10, 2) dec;
}
}
```
However, protocol parsing chokes on the opening parenthesis with:
```
Error: invalid token {"po…
-
Hi all,
First off, thanks for all the hard work to get CWL up to where it is today. I'm pretty excited to see where it goes.
I'm currently working on a project at OHSU where we're wanting to use CWL…
-
**Command**: `mvn clean package`
**Complete output**:
```
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.github.si…
-
Hi all,
I tried looking for a duplicate but wasn't able to find it. If there is a duplicate issue, please point me to it.
Now, to the issue matter.
I think it would be very useful to be able to spec…
-
### What is the issue?
Given this python docstring:
```
"""Apache Avro Tools
This module provides a set of functions to work with Apache Avro Tools.
Shorthand avro tools functions provided…
-
Comme discuté, j'ai fait le necessaire pour packager le projet dans un jar executable. La wiki du projet detail la demarche à suivre pour l'utiliser : https://github.com/GELOG/adam-ibs.
iki-v updated
9 years ago
-
cpp版本稍微复杂些 make比较麻烦
-
I am able to do gradle clean build -x test on the rest.li source code but gradle test failed.
Environment:
```
------------------------------------------------------------
Gradle 2.2.1
-------------…