Thomas

Results 22 comments of Thomas

In other words, when producing a constant flux of message in my topic, my receiver is only receiving message every second. How can I increase this rate ?

Warning: DNS SRV is not yet supported by [akka-management Service Discovery](https://developer.lightbend.com/docs/akka-management/current/discovery.html).

See https://issues.apache.org/jira/browse/BEAM-12863

There is the same issue with polymorphism if the definitions are not in the .yaml defining the endpoints. When using a Cat in a `/path`, you can have a "not...

"IMHO, edge weights are important for many applications and it is a key missing feature of Cassovary right now" @pankajgupta +1 I would really like something similar to Labels. ```...

I read that labels are suitable for nodes and edges so I used (Int, Int) keys and Long or True labels for my edges. In this use case, my graph...

How can I create an index by edge without using a tuple of (src.id, dst.id) ? By partial tuples, I meant that using (src.id, dst.id) as an index for edge,...

I also have the same need. One workaround could be to define your duration as the smallest availability interval (here, 2 hours).

> For categorical variables we use the convention that they need to be label-encoded (i.e. values per category should be [0, 1, ..., n-1] where n is the number of...

I would suggest doing it in `gen_category_map` and maybe update the description of the method. --- On another side, `AnchorTabular` supporting label-encoded values only is a major blocker for my...