docker integration
This commit is contained in:
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
import java.util.concurrent.ExecutionException;
|
||||
|
||||
@ApplicationScoped
|
||||
@Path("/request")
|
||||
@Path("/")
|
||||
public class RequestResource {
|
||||
|
||||
@Inject
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user