muralibasani commented on code in PR #23437:
URL: https://github.com/apache/kafka/pull/23437#discussion_r3996809492
##########
docker/test/docker_sanity_test.py:
##########
@@ -195,13 +195,11 @@ def execute(self):
except Exception as e:
print(constants.FILE_INPUT_ERROR_PREFIX, str(e))
total_errors.append(str(e))
- # SASL is not supported on native image due to missing reflection
config (KAFKA-19584)
- if self.MODE == "jvm":
Review Comment:
Ah yes, removed it.
##########
docker/test/docker_sanity_test.py:
##########
@@ -195,13 +195,11 @@ def execute(self):
except Exception as e:
print(constants.FILE_INPUT_ERROR_PREFIX, str(e))
total_errors.append(str(e))
- # SASL is not supported on native image due to missing reflection
config (KAFKA-19584)
- if self.MODE == "jvm":
Review Comment:
Thank you for the review.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]