OpenBankProject / OpenBankProject/OBP-API

Kafka connector OBPApiLooback message is never send.

Open
#1,992 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Scala
Stars
1.7k
Forks
482
Avg merge
1d 12h
Merged PRs (30d)
15

Description

Hi,

I am trying to run the OBP solution with a Kafka Connector (Windows environment). Just following the basic instructions. Kafka server is running correctly because I have some other producers and consumers, however OBP Solution in Debug mode from IntelliJ always throws the following exception:

{
"code":400,
"message":"OBP-50016: The kafka server is unavailable. Timeout error, because kafka do not return message to OBP-API. Ask timed out on [ActorSelection[Anchor(akka.tcp://ObpActorSystem_127-0-0-1@127.0.0.1:2594/), Path(/user/code.kafka.KafkaHelper)]] after [3000 ms]. Message of type [com.openbankproject.commons.model.ObpApiLoopback]. A typical reason for AskTimeoutException is that the recipient actor didn't send a reply."
}

Any ideas?

Thanks in advance.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the failure using the OBP API Kafka connector on Windows in IntelliJ, with the Kafka server and existing producers and consumers described in the report. Start at the KafkaHelper actor and the ObpApiLoopback timeout in the exception; done means identifying why the actor does not return the message and confirming the connector no longer reports the 3000 ms timeout.

Written by the indexing model from the issue text.

Assessment

Tech stack
kafka, scala
Domain
backend, distributed-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.