Mark Mandel
Mark Mandel
**What happened**: Not sure when this started, but it's passing CI (which is another issue) ``` 2022-08-08 23:19:12 [INFO] (mdbook::book): Book building has started thread 'main' panicked at 'called `Result::unwrap()`...
Writing a list of issues, PR's and tasks to complete that are blocking a 0.4.0 release: ### Required * [x] Merge of #527 (or what new PR it becomes) -...
**What happened**: Running through all the [examples[(https://github.com/googleforgames/quilkin/tree/main/examples), they break because they have the old config yaml fomat. **What you expected to happen**: For them to work. **How to reproduce it...
**Is your feature request related to a problem? Please describe.** Once we have the Agones integration from #506, we don't currently have a way to automatically test the integration end...
It would be lovely to have some kind of simple [xDS](https://github.com/googleforgames/quilkin/blob/main/docs/xds.md) example in https://github.com/googleforgames/quilkin/tree/main/examples One potential idea I had, was to do something on the client side proxy, that adds...
Answering the question - what should happen if one or more packets are invalid for a filter? For example, if we had a rate limiting filter, and we get more...
**Is your feature request related to a problem? Please describe.** Once #410 is completed, we could also investigate performance improvements by using the [io_uring](https://en.wikipedia.org/wiki/Io_uring) capabilities in newer Linux Kernels, and...
**Is your feature request related to a problem? Please describe.** Be able to show a demo of the entire tech stack (Agones + Quilkin + a multiplayer game) working all...
(Placeholder, more to work out) The idea being, we would integrate some kind of scripting langauge into Quilkin, such that if you needed custom filters, you could script them, rather...
...another variable worth benchmarking in my opinion is the amount of filters in a given configuration. For example, how does it look with 5 filters vs 10? We'd probably just...