Thomas Stollenwerk
Thomas Stollenwerk
First I must say that the product seems very mature and has surpassed all my expectations. Thanks for publishing... Hoping that MS will support your product as Google supports GWT....
Using for example an enumeration like ``` [Flags] public enum MyEnum : ulong ``` basically works. But if you really use an ulong value ``` Any = ulong.MaxValue, ``` an...
This is more or less a painful unresolved Microsoft issue, but it is not possible to use the a Microsoft Azure load balancer udp rule without a tcp/http health probe....
# Description There should be an option to use passwords for encrypted certificates. # Actual The implementation tries to read the certifcate without an option to decrypt it first. https://github.com/danielqsj/kafka_exporter/blob/a1d846df120ec306e2ca36557ccba5e697f1229f/kafka_exporter.go#LL232C4-L232C71...
# Description I need to know the client udp port which is randomly assigned to the socket, so I can use it to punch a UDP hole from the server...