Bending Unit #22
Bending Unit #22
Hi, I encounter an issue with your assembly that when I publish my project with reference to your package during PublishTrimming stage an error is being thrown. This app is...
Hi, in this class: https://github.com/AppMetrics/AppMetrics/blob/fcd43854181cbc5521ce4d32cdbefe3b52e21ce3/src/Reporting/src/App.Metrics.Reporting.InfluxDB/Client/DefaultLineProtocolClient.cs#L87 you return error state with `ErrorMessage` containing whole serialized exception with stack trace. This later being logged most probably in class: https://github.com/AppMetrics/AppMetrics/blob/7474c6552f8474b705036a76e81c44c1be6ec791/src/Reporting/src/App.Metrics.Reporting.InfluxDB/InfluxDbMetricsReporter.cs#L80 Could you adjust...
Hi @mhowlett, recently we observed offsets reset to `earliest` on random (partition, consumer-group) pairs in our production environment. This was a huge issue for us as we were flooded with...
Hi I could not force native consumer groups support in RC8 and RC6 (version 0.22): * trifecta-ui-0.22.0rc8b-0.10.1.0.zip * trifecta-ui-0.22.0rc6h-0.10.1.0.zip After some investigation of source code it seems you drop support...
Description =========== `DescribeConsumerGroupsAsync` accorind to XML comment: https://github.com/confluentinc/confluent-kafka-dotnet/blob/a67bd6c06b7eef4293e6476d9ff6f3e93f0e4cd9/src/Confluent.Kafka/IAdminClient.cs#L458-L460 acepts null. However checks count for this enumerable underneath and fail with `ArgumentNullException` Checklist ========= Please provide the following information: - [...
Hi, seems You needed to exclude concurrently created indexes from EF migration transaction. This leads to issue where you might end with indexes being created and migration not applied at...
Hi, in your sample sections there is a template how to setup Serilog with ASP. In this sample you suggest to log clean disposal of host (which would be great...
**NEST/Elasticsearch.Net version**: v7.17.5 **Elasticsearch version**: v7.9.* **.NET runtime version**: .NET7 **Operating system version**: - **Description of the problem including expected versus actual behavior**: Seems that in v7.9 of Elasticsearch there...
Hi, In https://github.com/RicoSuter/NJsonSchema/blob/master/src/NJsonSchema/Generation/SampleJsonDataGenerator.cs#L138 seems you only anticipate int and float. If schema of property contains for instant `Minimum` equal to long.MinValue that it will explode with exception at runtime. Since...
Hi, I am trying to update Graph from `4.54.0` to `5.8.0`. In previous version I was able to setup an enterprise application with SAML SSO that would encrypt assertion with...