Christian Sueiras

Results 8 comments of Christian Sueiras

@bjorn isn't the firstgid required to map a global id back to a tileset? I am using this library in a server-side setting btw to parse out maps/tilesets.

From looking around the projects I saw that it seems like the way to do this is with a ContextFactory, this is how my code ended-up looking like, I'm still...

I thought about this some more, the issue is that if you are in the context of a subscription the DefaultGlobalContext's type would be WebSocketSession but if it's in the...

It appears that we got into the same state in our consumers in production recently but instead of All Brokers Down, we hit the error `Local: Broker transport failure` which...

In our case we were able to go into the pod (kubernetes) and verify we had full network connectivity to kafka. Whats even weirder is that other consumers within the...

I took this work and resolved the conflicts in PR: https://github.com/sps/metrics-opentsdb/pull/17

Yeah I did a good amount of digging into this and even started writing my own export plugin purely in javascript but decided to abandon and use YATI instead. Its...