Skip to content

vertxHttpReqInfo only supports GET (Unable to call HTTP POST or PUT etc) #180

@OpenSourceTycoon

Description

@OpenSourceTycoon

Hi There,

I'm able to consume the Kafka Message, but while i trigger the async API call using

Stream<JStreamVertxParallelEoSStreamProcessor.VertxCPResult<String,String>> resultStream = parallelConsumer.vertxHttpReqInfoStream(record -> {
String apiReq = "{id:1}";
// Need to call POST VERB
Map<String, String> params = UniMaps.of("recordKey", "12345", "payload", apiReq );
return new VertxParallelEoSStreamProcessor.RequestInfo("abc.workin.net", 8443, "/api/v1/limit", params);

This is internally calling GET VERB ( not POST VERB ). Can someone help me understand the POST call ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions