Skip to content

Commit

Permalink
Respect max message size property fo Quarkus GRPC client (44853). Reo…
Browse files Browse the repository at this point in the history
…rded imports.
  • Loading branch information
alex-pumpkin committed Dec 1, 2024
1 parent ddeb9c8 commit d6f5f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;

import io.vertx.grpc.client.GrpcClientOptions;
import jakarta.enterprise.context.spi.CreationalContext;

import org.eclipse.microprofile.context.ManagedExecutor;
Expand Down Expand Up @@ -80,6 +79,7 @@
import io.vertx.core.net.PemTrustOptions;
import io.vertx.core.net.SocketAddress;
import io.vertx.grpc.client.GrpcClientChannel;
import io.vertx.grpc.client.GrpcClientOptions;

@SuppressWarnings({ "OptionalIsPresent" })
public class Channels {
Expand Down

0 comments on commit d6f5f42

Please sign in to comment.