Amit Kumar

Results 15 comments of Amit Kumar

Any plans for ```mimirtool``` to support loki ?

:+1: Also, I do not understand what is the intention to have, "routes" under "ipam" specification. Is it necessary for the IPAM system to perform that 'routing' configuration ? Does...

@dcbw surely Routing function has to know about IP address and subnets. However, I have not seen the opposite always true. An IPAM system may notify other systems of IP...

> Hmm, yeah, this seems difficult to fit in an extensions, it might be something more suitable for #2461 > > Though I am confused. Why should k6 send this...

> Ah, I think I see, this comment from the curl commit you linked cleared up my confusion: > > > This option is primarily useful when sending test requests...

> I see, thanks for explaining! > > When it comes to how this can be implemented in k6, I don't have time to look into all of the details,...

This compiles. package examples.complex; import net.kuujo.vertigo.Cluster; import net.kuujo.vertigo.Component; import net.kuujo.vertigo.LocalCluster; import net.kuujo.vertigo.Network; import net.kuujo.vertigo.component.feeder.BasicFeeder; import net.kuujo.vertigo.component.worker.Worker; import net.kuujo.vertigo.context.NetworkContext; import net.kuujo.vertigo.filter.TagsFilter; import net.kuujo.vertigo.grouping.AllGrouping; import net.kuujo.vertigo.grouping.FieldsGrouping; import net.kuujo.vertigo.grouping.RandomGrouping; import net.kuujo.vertigo.grouping.RoundGrouping; import net.kuujo.vertigo.java.VertigoVerticle;...

For sure this module is stable enough for the tests you have performed. I have seen even snapshot revisions going into the vert.x module repository. Its just a matter of...

Not sure if you have done something related to this. Are you planning on keeping this module active and make a stable version out of it ?

I am aware of the changes going into TinkerPop3. The core APIs are changing but not to an extent you would get concerned too much about it. Obviously, changes to...