You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, restart kafka-rest service and keep it running for a couple of minutes
Actual result:
In log file we can see warn messages:
$ grep Property logs/kafka-rest.log
[2020-08-28 10:06:43,534] INFO Property zookeeper.connect is overridden to (kafka.utils.VerifiableProperties:66)
[2020-08-28 10:06:43,547] INFO Property group.id is overridden to (kafka.utils.VerifiableProperties:66)
[2020-08-28 10:06:43,547] WARN Property listeners is not valid (kafka.utils.VerifiableProperties:70)
[2020-08-28 10:06:43,547] WARN Property ssl.key.password is not valid (kafka.utils.VerifiableProperties:70)
[2020-08-28 10:06:43,547] WARN Property ssl.keystore.location is not valid (kafka.utils.VerifiableProperties:70)
[2020-08-28 10:06:43,547] WARN Property ssl.keystore.password is not valid (kafka.utils.VerifiableProperties:70)
Expected result:
No WARN messages about not valid properties, because this options are present in documentation so it could not be valid
The text was updated successfully, but these errors were encountered:
Hi all! I have some issue in kafka-rest
v4.1
and idea how to resolve it.Description:
There are WARN messages in log file, that repeats in some time, about not valid properties, but such properties are present in documentation.
Version 4.1.4
Steps to reproduce:
Add to kafka-rest config file
config/kafka-rest.properties
such properties:Then, restart kafka-rest service and keep it running for a couple of minutes
Actual result:
In log file we can see warn messages:
Expected result:
No WARN messages about not valid properties, because this options are present in documentation so it could not be valid
The text was updated successfully, but these errors were encountered: