Armin Shoeibi

Results 6 issues of Armin Shoeibi

This merge request adds some conditions in Grpc.Net.Client.csproj and Grpc.Net.ClientFactory.csproj. Actually, this merge request solves this problem. ![image](https://user-images.githubusercontent.com/68565441/146409387-54bd9ee9-93bb-42ff-8f79-6024218b780e.png) Thank you in advance.

Hi there, Recently, I encountered an exception of type Orleans.Runtime.OrleansException. I was in the process of adding available converters to my JSON serializer in Orleans, as demonstrated in the following...

Needs: triage :mag:

### Is your request related to a problem you have? Hello folks, We're planning to use KafkaFlow in our microservices, and I'm thrilled to contribute to its development. We can...

enhancement

### Is your request related to a problem you have? Hello folks Here in this method https://github.com/Farfetch/kafkaflow/blob/50352b3f929293908646d92cd4ecabf9e73ee89f/src/KafkaFlow.Serializer.JsonCore/JsonCoreSerializer.cs#L33 We can change the code from ```csharp public Task SerializeAsync(object message, Stream output,...

enhancement

Hello there, I am implementing Graceful shutdown, and I want to stop my reminders if I get a SIGTERM from os (right now k8s) My application will wait for 75...

Hello there, We have a KafkaConsumer and it is singleton. ```csharp using KafkaFlow; namespace ***.API.Infrastructure.Kafka.Consumers.Orders; public class OrderConsumer(IClusterClient clusterClient, ILogger logger) : IMessageHandler { public async Task Handle(IMessageContext context, OrderIntegrationEvent...