Francois Parquet

Results 21 comments of Francois Parquet

Yes, of course, because it reads the bytes available in the reader into the decoder's internal buffer. So basically, what we'd need to do, is everytime an item is read,...

Yes, the best for you would be to use the stream api, it will basically push messages to a channel whenever it's there, so you just have to read from...

Are you running it in a unit test (mocking your udp connection) or you're really testing your stream?

Ok. Let me setup an environment quickly. It shouldn't grow like that. I know it doesn't with the stream api, as we are using it, and you can try the...

Ok, so I have pushed updates to the branch `feature/reset-decoder`. I've added an example which replicates what you are doing, you can find it here: https://github.com/francoispqt/gojay/blob/9df89bce7ea024f84eb4d44efb460bbf755e7b58/examples/reuse-decoder/main.go You can run the...

Hi, Sure, I agree it would be a good idea. I'm ok for pull requests if you want to contribute. Otherwise I'll try to find time to do it. Let...

Thanks for the quick response. Calling the whole trigger async definitely works for our issue, but I'm not sure it's the best solution. When writing the PR I was thinking...

> this is not something I would want to do. This would create a lot of noise in the system and would create large gaps in build numbers. I agree....

I like the idea. I think we can still make the response from the webhook useful doing something simple. What about that? 1. Store the hook in a table right...

I don't know what's the decision-making process but if we go ahead at some point, I'd be happy to work on the implementation :)