Adam Warski

Results 580 comments of Adam Warski

@schrepfler it probably doesn't, as we've focused on other aspects :) And I think I don't fully understand your requirements. What should separate the bootstrap stages? Would you like to...

@schrepfler Ah I see :) so how would you like the control to look - is it the ordering of when the resources are created? Or the general order in...

@mbore Looks like a great first step - esp if it works :) I'd like to go a step further with `wireResource`, abandoning the search that `wire` performs entirely. So...

I've been meaning to do that but didn't yet manage to :) There are two ways in which you could leverage Kafka's new features in the `kmq` context: * idempotent...

Thanks, that's not currently implemented, but would be an easy modification: the `RedeliveryTracker` should be additionally parametrized with a function which transforms the message before redelivery. That would have the...

The `disableRedeliveryBefore` argument is there to enable redeliveries only *after* all known data has been loaded from Kafka to build the `MarkersQueue` state on startup or after a restart. It...

It would be redelivered, but possibly not immediately, but at a later time, after some more markers are published to the topic.

No idea, apart from our local usage at SoftwareMill

Thanks for the feedback! I think I did monitor IOPS for this test as well, but I don't have a hard record of it, so I can't be 100% sure....