Szymon Matejczyk

Results 13 issues of Szymon Matejczyk

### Short description `SingleSourceLogic` clears the buffer of accumulated records of revoked partitions only after new partitions are assigned. I think that this causes blocking `onRevoke` callback to wait for...

## Purpose Resolves #791 ## Changes Introduces waiting for commit message before emitting from an element from the `TransactionalProducerStage`. This has the following effect on the logic: After the `TransactionalProducerStage`...

core

### Short description Currently `Transactional.flow` emits elements downstream only after they are acked by a Kafka broker, but not necessarily after they are committed. This is counter intuitive, because it...

**Is your feature request related to a problem? Please describe.** Configure timeout for "modifier when held, normal key otherwise". **Describe the solution you'd like** The default latency is much too...

enhancement
kaleidoscope

Now, both graph readers use Regex matching to read graphs. This is very inefficient for the Int case. Could be performed better avoiding regex for something like readInt from InputStream.

newbie
feature request

i.a. some examples would be useful.

Currently for Traversals you have to specify the direction of edges that will be used. This is to allow walks on directed graphs as if they were undirected.

**Branch, version, commit** `develop` **Actual (wrong) behavior** There is a lot of evictions in dependency resolution also the following warning, when starting the application: ``` [2020-08-27 19:25:56,107] WARN akka.util.ManifestInfo [ManifestInfo(akka://akka-test)]...

I was wondering: do you have any E2E benchmarks of FiloDB? I'm not interested in the pure results, but more of how you're thinking of performance requirements for Filo. If...