Aratz M. Lasa

Results 16 comments of Aratz M. Lasa

Thank you very much for the fast answer. On the other hand, is there any way to enable multicasting on the network interfaces of Nanos kernel?

@francescolavra amazing! Thank you for the update, this will allow me to deploy my application through nanovms. Don't worry, there is no need for multicasting. I ended up developing an...

I have just figured out how to make it work. In order to sync it right, I have to kill first mega-cmd-server: `pkill mega-cmd-server && mega-sync`

Hello all, I have started working on the Python version of IPLD. By now, I have done `dag-json` codec and I will soon finish `dag-cbor`. However, I am not sure...

@rvagg thank you for your insightful explanation. I have been checking the new JS multiformats approach, and I think it is really elegant and modular. I will think about it,...

Same here. After 24h of debugging I ended up with your same conclusion @zachxu42, `highWaterMark == offset` is not correct. HighWatermark is the last offset that is available, not the...

I have more context that can help to understand further this issue. Segmentio's consumer group metadata decoder is not compatible with [Confluent (librdkafka)](https://github.com/confluentinc/confluent-kafka-go) and [Franz-go](https://github.com/twmb/franz-go/tree/master)'s format, which prevents running segmentio...

Yeah, it's pretty hard. I've been reading all the JIRA tasks they have, and it's crazy. They made significant changes to the client. Here you can see notes about the...

@twmb I'm able to help you. This week, I'm starting to implement the server-side logic, so I'll get a good understanding of the topic. If you want we can collaborate...