docker integration

This commit is contained in:
2025-10-22 21:02:20 +02:00
parent a50503d212
commit 25dc00a6fa
4 changed files with 3 additions and 165 deletions

View File

@@ -17,7 +17,7 @@ import java.util.List;
import java.util.concurrent.ExecutionException;
@ApplicationScoped
@Path("/request")
@Path("/")
public class RequestResource {
@Inject

View File

@@ -1,7 +1,8 @@
quarkus.http.port=7080
quarkus.http.root-path=/api/
%dev.kafka.bootstrap.servers=localhost:19092
kafka.bootstrap.servers=redpanda-0:9092
kafka.bootstrap.servers=redpanda:9092
kafka.security.protocol=SASL_PLAINTEXT
kafka.sasl.mechanism=SCRAM-SHA-256