Hi,
I’m using the .NET client and have seen some exceptions due to transactional producers being fenced. In this case, it seems that the fenced producer is no longer valid and should be disposed.
I can catch these exceptions and clean things up, but I’m not sure what other scenarios exist in which the producer should no longer be used.
Are there recommendations on how to determine whether a producer is in an unrecoverable state?
Thanks,
Glen