Aaron Raddon

Results 69 comments of Aaron Raddon

Not sure this one is fixable or will be fixed, probably will close as wnf: https://play.golang.org/p/NY-m3OnWkKA This really passes down to underlying go parser to determine correctness, it doesn't do...

So if i am reading this correctly, there is no year in this, we just assume current year?

I am struggling to decide if i want to support this format. It seems to have some magic "assume this year" given it is prone to be wrong by the...

I believe this is the behavior of underlying golang parse. One idea would be to cause this to be an error for 2 digit yy type format's, but it is...

just pushed up some fixes, travis etc

Yes, I think the thing to do is instead of a "amount of time", maybe a wait group on the `startHttpSendor` https://github.com/mattbaird/elastigo/blob/master/core/bulk.go#L155

I pushed a change to gou, whoops, probably should remove that anyways. https://github.com/araddon/gou/commit/4108c5e2652448086d2b015fa82ee4aa5f71df8d

Something like that, let me go through my uses and verify, I think we also need one that doesn't do the unmarshalling.

will send a pull request once it stabalizes soon, want to get a couple more refactors in first. Thanks.

couple thoughts: - I like the flexibility and how kubernetes uses labels for scheduling metadata - is this eventually going to be dependent on kubernetes? ie, can we assume there...