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
Having problem with log output format in julie-ops-cli. I have topology with ~170 topics. When I add new topics, I get a huge number of blank lines in the julie work log. It seems, than amount of empty lines corresponds to the total number of my topics. I use docker, image version kafka-topology-builder:4.2.
julie-ops-cli.sh --topology topology.yml --brokers broker.example.com:9093 --clientConfig config.properties
log4j:WARN No appenders could be found for logger (org.apache.kafka.clients.admin.AdminClientConfig).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[WARN ] 2022-06-30 13:23:25.153 [main] TopicManager - Remote state verification disabled, this is not a good practice, be awarein future versions, this check is going to become mandatory.
[WARN ] 2022-06-30 13:23:25.153 [main] TopicManager - Remote state verification disabled, this is not a good practice, be awarein future versions, this check is going to become mandatory.
[WARN ] 2022-06-30 13:23:25.242 [main] AccessControlManager - Remote state verification disabled, this is not a good practice, be awarein future versions, this check is going to become mandatory.
[WARN ] 2022-06-30 13:23:25.242 [main] AccessControlManager - Remote state verification disabled, this is not a good practice, be awarein future versions, this check is going to become mandatory.
[WARN ] 2022-06-30 13:23:25.244 [main] ArtefactManager - Remote state verification disabled, this is not a good practice, be awarein future versions, this check is going to become mandatory.
[WARN ] 2022-06-30 13:23:25.244 [main] ArtefactManager - Remote state verification disabled, this is not a good practice, be awarein future versions, this check is going to become mandatory.
[WARN ] 2022-06-30 13:23:25.245 [main] ArtefactManager - Remote state verification disabled, this is not a good practice, be awarein future versions, this check is going to become mandatory.
[WARN ] 2022-06-30 13:23:25.245 [main] ArtefactManager - Remote state verification disabled, this is not a good practice, be awarein future versions, this check is going to become mandatory.
{
"Operation" : "com.purbon.kafka.topology.actions.topics.CreateTopicAction",
"Topic" : "demo-5",
"Action" : "create"
}
...
[150+ empty lines]
...
List of Topics:
...
The text was updated successfully, but these errors were encountered:
Hello.
Having problem with log output format in julie-ops-cli. I have topology with ~170 topics. When I add new topics, I get a huge number of blank lines in the julie work log. It seems, than amount of empty lines corresponds to the total number of my topics. I use docker, image version kafka-topology-builder:4.2.
Configs example:
The text was updated successfully, but these errors were encountered: