We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f7aab commit 5cfee26Copy full SHA for 5cfee26
integration-tests/kafka-devservices/src/main/java/io/quarkus/it/kafka/KafkaEndpoint.java
@@ -21,7 +21,7 @@ public Integer partitions(@PathParam("topic") String topic) {
21
22
@GET
23
@Path("/port")
24
- public Integer partitions() throws ExecutionException, InterruptedException {
+ public Integer port() throws ExecutionException, InterruptedException {
25
return admin.port();
26
}
27
0 commit comments