XAMPPRocky

Results 182 issues of XAMPPRocky

Currently when running Quilkin it will always print out the logs in JSON, this is great for machines, as it makes them much more machine-readable. However this comes at the...

kind/feature
good first issue
help wanted
area/user-experience

Right now Quilkin is designed to have one listener per process/node. This is perfectly fine, however as we've added more support for xDS into Quilkin, I think it's fair to...

kind/feature
kind/design
priority/medium
area/xds

I expect long term, we'll want to support multiple namespaces, particularly for Agones GameServers (in dev, a namespace per developer is not uncommon). _Originally posted by @markmandel in https://github.com/googleforgames/quilkin/pull/506#discussion_r840954197_

kind/feature
priority/medium
area/xds

> ooooh yeah, I see your point. 👍🏻 Oh that's load of fun. Prefix and Suffix are checking for a match just by the nature of checking if there is...

kind/design
area/filters

> I think it would be awesome to show in capture.md under "Configuration Examples" that you could do first 3 values capturing using `prefix`, but also do the same thing...

kind/documentation
good first issue
help wanted
kind/cleanup

Currently it can be difficult to know how much testing is needed for a PR. Especially when it's a type used across the codebase, as there can already be enough...

kind/feature
area/tests
area/build-tools
priority/low

This week we had the chance to test out what the experience is like when there's a security vulnerability in quilkin with #425 and #424 and I think it it's...

kind/bug

When trying to use Quilkin with real world applications, it's come up surprisingly frequently that I also need to proxy TCP traffic in addition to UDP. for example the `iperf3`...

kind/feature
area/user-experience
priority/low
area/networking

Last month the ["Container Networking Interface"](https://www.cni.dev) was stabilised. CNI plugins allow for cloud vendor agnostic networking between nodes, and provides plugin functionality, allowing applications to extend networking behaviour. We should...

kind/feature
area/user-experience
kind/design
priority/low
area/networking

Currently Quilkin always allocates a `u16::MAX` length buffer for every message, this is incorrect for a number of reasons. Firstly, the max length is slightly less than that as it's...

good first issue
help wanted
area/performance
kind/cleanup
priority/low
area/networking