capistrant commented on PR #18178: URL: https://github.com/apache/druid/pull/18178#issuecomment-3019563746
> Tested in a Druid cluster and confirmed that it appears to work for creating kafka supervisors, but that the UX will suck as is. Overlord logs contain a good message, but it is not making it's way into the error reporting exposed in the console for the supervisor. Will investigate if there is easy way to propagate the root cause up Idk if there is much we can do: [kafka code](https://github.com/apache/kafka/blob/3.9.1/clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerDelegateCreator.java#L56) This wraps the original Exception that has the good log about why creating the consumer failed due to a disallowed url. The supervisor UI exposes the generic KafkaException under recent errors, but to see what caused it, you need to look in the Overlord log. A pretty poor experience, especially for clusters with operators who make the supervisor API self serve to users who may not know or be able to reference the underlying overlord logs. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
