Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AKHQ 0.24.0: kafka-connector details view not displayed due to PUT method not allowed #1531

Closed
AdiWehrli opened this issue Jul 11, 2023 · 4 comments

Comments

@AdiWehrli
Copy link
Contributor

AdiWehrli commented Jul 11, 2023

We upgraded our kafka-connect instances to Kafka 3.4.1. It seems, that since then the details/config view for a connector is no more shown. We cannot see anything special neither in the logs of kafka-connect nor of AKHQ. Example AKQH:

2023-07-11T05:54:43.556 level=INFO thread=io-executor-thread-7 releaseVersion=0.24.0 logger=org.akhq.log.access msg="[Date: 2023-07-11T05:54:43.528911Z] [Duration: 27 ms] [Url: GET /oiakhq/api/kafka-cluster/connect/connect-source] [Status: 200] [Ip: /10.127.73.133] [User: username]"
2023-07-11T05:54:46.518 level=INFO thread=io-executor-thread-7 releaseVersion=0.24.0 logger=org.akhq.log.access msg="[Date: 2023-07-11T05:54:46.503967Z] [Duration: 14 ms] [Url: GET /oiakhq/api/kafka-cluster/connect/connect-source/connector-name] [Status: 200] [Ip: /10.127.73.133] [User: username]"
2023-07-11T05:54:48.025 level=INFO thread=io-executor-thread-7 releaseVersion=0.24.0 logger=org.akhq.log.access msg="[Date: 2023-07-11T05:54:48.015978Z] [Duration: 9 ms] [Url: GET /oiakhq/api/kafka-cluster/connect/connect-source/connector-name/configs] [Status: 200] [Ip: /10.127.73.133] [User: username]"

The tasks are listed and you can restart a single task or the whole definition, but if you click on the config view not information is shown:
akhq-connector-config-empty

In browser's console the following error is displayed:

xhr.js:177     PUT https://server.domain/akhq/api/kafka-cluster/connect/connect-source/plugins/com.datamountaineer.streamreactor.connect.jms.source.JMSSourceConnector/validate 405 (Method Not Allowed)
@AdiWehrli AdiWehrli changed the title AKHQ 0.24.0: kafka-connect config is no more available after upgrade to Kafka 3.4.1 AKHQ 0.24.0: kafka-connect details view not displayed due to PUT method not allowed Jul 11, 2023
@AdiWehrli AdiWehrli changed the title AKHQ 0.24.0: kafka-connect details view not displayed due to PUT method not allowed AKHQ 0.24.0: kafka-connector details view not displayed due to PUT method not allowed Jul 11, 2023
@AdiWehrli
Copy link
Contributor Author

Maybe there is a Micronaut configuration for this? But I did not find any hint on this behalf.

@AlexisSouquiere
Copy link
Collaborator

@AdiWehrli I tried with 0.24.0 and the dev branch (with PR #1533 because there is a small issue with buttons display) and I can confirm that I have the same issue in 0.24.0. BUT with the future 0.25.0 version, the issue seems fixed. I will try to identify what was the issue and how it was fixed in the future 0.25.0 version

@AlexisSouquiere
Copy link
Collaborator

Found the PR related to this issue: #1431

@AdiWehrli
Copy link
Contributor Author

As this will be fixed in 0.25.0 I'll close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants