Daniel Blankensteiner

Results 47 comments of Daniel Blankensteiner

@RobertIndie We need to add these methods to IProducerBuilder ```csharp /// /// Set the maximum number of messages permitted in a batch. The default is 1000. /// IProducerBuilder BatchingMaxMessagesPerBatch(int maxMessagesPerBatch);...

@RobertIndie We need to get 'max_message_size' from 'CommandConnected' to ensure we don't create batches that are too big. The field is optional, so I guess we need to have a...

I get that the code is the same, but is it the same version of .NET? You mention both .NET Framework and .NET 6.

I suspect that DotPulsar.Exceptions.ChannelNotReadyException is not the only exception you are seeing. That exception will never fault a Producer/Consumer/Reader. I have seen some .NET Frameworks 4.8 errors regarding the configuration...

Yes, the console app should also fail in that case. Did you try with a producer? Also, are you running on Windows or Linux, and what dependencies does your production...

Have a look at TrustedCertificateAuthority, VerifyCertificateAuthority and VerifyCertificateName. Maybe start by setting VerifyCertificateAuthority to false.

It sounds like something is broken in the production app. Maybe some dependencies or settings are lingering from when it was .NET Framework 4.5. Possibly related to SSL/TLS, I can't...

Is there an ETR on this feature?