treziac
treziac
With the current signature, the other thing I see is ```csharp /// /// Returns the remaining time to live of a key that has a timeout. /// This introspection capability...
> @treziac - have you tried just running off the ad-hoc api? that will just pull back the raw output that you can shove into a timespan if that's where...
If you use subscribe (to have automatic discovery of partitions and dynamic assign if new one are created), you have to use a group-id - this is how kafka works...
For anyone facing the same issue, I fixed it by putting the dlls somewhere else on the server (in my case a unmanagedLib folder in a specific place of the...
Try using `metric.reporters` rather than `kafka.metrics.reporters`
Hi, I think you meant to post in https://github.com/edenhill/librdkafka/issues Can you repost your issue there? If you can, try to use the latest version (0.9.5) to see if this solve...
As stated on README > This project has moved to https://github.com/confluentinc/confluent-kafka-dotnet and is now being maintained by Confluent You may want to update to the new project (Confluent.Kafka on nuget)
Hi @sampather Do the sample programs work well? If it does, could you share your code? Also note a new version of librdkafka was released last week and fixed some...
There were sometimes issues while disposing in 0.9.1 librdkafka (for example if you have a group.id in your producer config), try switching to latest prerelease to see if you still...
Hi Alexandre, auto.offset.reset is only for group which have not be used before (where to begin). If the group was already used, with subscribe you will _always_ resume from latest...