davsclaus commented on PR #18127: URL: https://github.com/apache/camel/pull/18127#issuecomment-2938624676
okay so the camel-lsp editor has a kafka topic completer https://github.com/camel-tooling/camel-language-server/blame/main/src/main/java/com/github/cameltooling/lsp/internal/completion/KafkaTopicCompletionProvider.java I dont think that this is useful to bake into this editor, as most often you cannot connect to a kafka cluster without security setup and whatnot and the code is not built for that. It seems like a feature that are never in use. Maybe lets keep this for Camel only and focus on making the editor better here. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org