Leo Gorodinski

Results 26 issues of Leo Gorodinski

Maybe something like: ``` csharp public class Zero { private Zero() { } public static T For() { throw new Exception(); } } ```

Add TCP SSL support to the `Chan` module.

Currently, Kafunk logs a good deal of information to STDOUT, and the events are structured loosely as follows: ```fsharp type Evt = struct val name : string val data :...

Java client uses murmur2 hash of the key if the key is available, otherwise round-robin.

- http://docs.confluent.io/2.0.0/kafka/authorization.html - https://cwiki.apache.org/confluence/display/KAFKA/KIP-84%3A+Support+SASL+SCRAM+mechanisms

Prototype using .NET BufferManager [here](https://github.com/eulerfx/kafunk/tree/pool). The interface is: ```fsharp type IBufferPool val alloc : int -> byte[] val free : byte[] -> unit ``` Pooling buffers for requests is trivial...