ntent / kafka4net

C# client for Kafka
Apache License 2.0
52 stars 32 forks source link

additional information in logs #18

Closed vikmv closed 8 years ago

vikmv commented 9 years ago

More informative messages in logs. PartitionStateChangeEvent.ToString is overriden to make var msg = string.Format("Send Buffer Full for partition {0}. "... more readable (currently it looks like "Send Buffer Full for partition kafka4net.Internal.PartitionStateChangeEvent" without any information about topic/partition)

vikmv commented 8 years ago

rebased, conflicts resolved