adison88
adison88
would like to set data retention period per topic via topic level configuration
I'm trying to implement async/await all the for transform method decorated with Before ``` [StepArgumentTransformation] public Device TransformDevice(Table table) { return this.TransformDevices(table).FirstOrDefault(); } ``` After ``` [StepArgumentTransformation] public async Task...
Is there any plan to support mutual TLS for memcached?
We are trying to run unit tests via xUnit and mocking method occurence using JustMockLite. Method under arrange is creating a underlying Task however, once in a while test fails...
Please post all product and debugging questions on our [forum](https://discuss.elastic.co/c/logstash). Your questions will reach our wider community members there, and if we confirm that there is a bug, then we...