You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by we...@gmail.com, we...@gmail.com on 2018/08/30 01:43:37 UTC

wrong configured producer send record cause long delay but no exception

Hi all,

I'm testing a case when producer have unmatched security setting with broker, the kafka broker set with SASL_SSL and sasl.mechanism = GSSAPI, but producer client set with PLAINTEXT. the kafka is v1.0. Instead of throw exception when call send(), every send() return with about 1 min delay and no exception. I wandering is this design behavior, or anyway it can throw exception?