Skip to content

Fix missing response type in CallerController.kt #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
piomin opened this issue Apr 29, 2025 · 0 comments
Open

Fix missing response type in CallerController.kt #100

piomin opened this issue Apr 29, 2025 · 0 comments
Labels

Comments

@piomin
Copy link
Owner

piomin commented Apr 29, 2025

In the findByRequestId method of inter-communication/inter-caller-service/src/main/kotlin/pl/piomin/samples/caller/controller/CallerController.kt, the getForObject call is missing the response type parameter (Conversation::class.java) and the requestId parameter.

Please add these missing parameters to fix the method.

/sweep

@piomin piomin added the Sweep label Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant