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?