Ivan Oreskovic

Results 4 issues of Ivan Oreskovic

Is it possible to show a label for an entry in its rectangle? Like this: ![image](https://user-images.githubusercontent.com/1892799/119977008-2c1e4100-bfb8-11eb-86bd-9946d9dd6a4b.png)

Would it be possible to add a MirrorMaker image? Something you could use in this fashion: ```yaml version: '3.2' services: # zookeper & kafka definitions ... mirrormaker: image: mirrormaker:2.12-2.4.1 depends_on:...

I recently experienced a use case where I had to limit the amount of echo messages per timeout period. I think current implementation can be adjusted to take an additional...

Point carries information about time instant, but offers no way to access it (which is sometimes needed). Otherwise, we need to wrap Points with time information, thus, duplicating it. Proposed...