kafka-connect-jdbc icon indicating copy to clipboard operation
kafka-connect-jdbc copied to clipboard

CUP-1584 Stored Procedure support

Open pablodc00 opened this issue 1 year ago • 3 comments

Problem

The connector does not support reading from Stored Procedures

Solution

Added support for reading from Stored Procedure

Does this solution apply anywhere else?
  • [x] yes
  • [ ] no
If yes, where?

Test Strategy

Testing done:
  • [x] Unit tests
  • [ ] Integration tests
  • [ ] System tests
  • [ ] Manual tests

Release Plan

pablodc00 avatar Apr 15 '24 21:04 pablodc00

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

cla-assistant[bot] avatar Apr 15 '24 21:04 cla-assistant[bot]

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

cla-assistant[bot] avatar Apr 15 '24 21:04 cla-assistant[bot]

I guess there is a little confusion in terms of modes. My suggestion is to leave the existing display modes, which are "bulk, timestamp, incrementing and timestamp+incrementing" and add a new querier mode to have "query, table and storedprocedure". In our case bulk with storedprocedure should work fine

anastasiya-yakushina avatar Apr 16 '24 08:04 anastasiya-yakushina