Tsuyoshi Ushio
Tsuyoshi Ushio
The ownership of this repo has been changed. @lpapudippu Could you have a look? Current status, I create a pr, however, before my pr, a contributor already sent a pull...
Thank you for the feedback. I found the spot. https://github.com/Azure/azure-functions-kafka-extension/blob/d6ddb6c48a4ad3e6e765fe0123b76b7f677f0bb2/src/Microsoft.Azure.WebJobs.Extensions.Kafka/Output/KafkaProducerFactory.cs#L127-L130 We need to do like this. https://github.com/Azure/azure-functions-kafka-extension/pull/153/files
Hi @chadwillson , @artursokhikyan The change will be very simple, however, just need to test it. I'd happy to include this as the next release. However, I can't promise when...
Could you share your function app name with me? https://twitter.com/sandayuu This is my twitter account, if you give me one, I can follow you. then can send message.
If you sent it, I'll remove it.
I mean, I want to remove my e-mail address after you get my e-mail address to avoid spam.
We are discussing on offline. If we found some tips for share, I'd like to share in here.
Hi @fbeltrao Did you finish this?
It seems confluent-kafka-dotnet is using the DateTime. https://github.com/confluentinc/confluent-kafka-dotnet/search?p=2&q=DateTime&unscoped_q=DateTime However, what you said is true. Thank you for sharing. I can't prioritize this now. However, keep this issue as open.
Hi @bm77525-kr The max scaling will be the same as the number of the partitions. If you want to increase the capacity, increase the number of the partition. You can...