Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-04-10 Thread via GitHub


DanielLeens commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-4228300866

   Thanks for the ping, and thanks again for the AmazonDynamoDB work.
   
   I rechecked the tracker against the current dev-linked PRs. At this point:
   - AmazonDynamoDB has already landed via #10497
   - Socket is still open in #10432
   - Kafka is still open in #10154
   - Pulsar currently has open work in #10558 and #10670
   
   So the main issue now really is tracker freshness rather than feature 
direction. The most helpful next step is still to refresh the checklist in the 
issue body so new contributors can see what is already merged, what is already 
in active PRs, and what is still unclaimed.
   
   If someone updates the body, AmazonDynamoDB should be marked done first. 
After that, contributors can pick from the remaining connectors much more 
safely without duplicating work.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-04-10 Thread via GitHub


Best2Two commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-4222563320

   @davidzollo 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-04-10 Thread via GitHub


DanielLeens commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-447743

   Thanks for the reminder.
   
   I checked the current tracker state and this umbrella already has several 
linked connector PRs across `dev`, so the main gap now looks like issue hygiene 
rather than feature direction.
   
   The most useful next step would be to refresh the checklist in the issue 
body:
   
   1. mark connectors already landed via merged PRs
   2. mark connectors already in active open PRs
   3. keep only the remaining unclaimed connectors in the TODO list
   
   That will make it much easier for new contributors to pick up the next 
connector without duplicating work.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-03-22 Thread via GitHub


Best2Two commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-4106279281

   Hello @davidzollo , quick remember to update the first milestone


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-02-14 Thread via GitHub


Best2Two commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-3902860021

   Hi @davidzollo,
   I’ve submitted a PR for the AmazonDynamodb connector #10497 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-02-01 Thread via GitHub


davidzollo commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-3832627138

   > I will try to implement HBase sink for multiple tables.
   HBase has supported sinking multiple tables. Thanks for the reminder from 
@DanielCarter-stack  
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-02-01 Thread via GitHub


yzeng1618 commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-3832428867

   I will try to implement HBase sink for multiple tables.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-02-01 Thread via GitHub


Muktha9491 commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-3831512323

   I would like to work on the Pulsar connector to add multi-table sink support.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-02-01 Thread via GitHub


DanielCarter-stack commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-3831163315

   
   Thanks for the tracking issue. Verified against `dev` that the listed 
connectors (Socket, Kafka, Cassandra, Pulsar, RocketMQ, DingTalk, Slack, 
RabbitMQ, Neo4j, IoTDB, TableStore, Sentry, MaxCompute, ClickhouseFile) indeed 
lack `SupportMultiTableSink` implementation.
   
   Good reference implementations:
   - 
`seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/sink/JdbcSink.java:70`
 (JdbcSink)
   - 
`seatunnel-connectors-v2/connector-hbase/src/main/java/org/apache/seatunnel/connectors/seatunnel/hbase/sink/HbaseSink.java:52`
 (HbaseSink)
   
   Note: Hbase already implements `SupportMultiTableSink` per line 52 of 
HbaseSink.java—please remove it from the pending list. Also, couldn't locate 
`ClickhouseFile` connector in the codebase—please verify the connector name.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-02-01 Thread via GitHub


dybyte commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-3831010311

   > Hi [@davidzollo](https://github.com/davidzollo) I guess there is an issue 
in the first link regarding Contribution Setup Guide it shows 404 page
   
   Thanks for pointing that out! I found the setup guide in the official 
documentation here: https://seatunnel.apache.org/docs/developer/setup


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-02-01 Thread via GitHub


Best2Two commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-3830981318

   Hi @davidzollo I guess there is an issue in the first link regarding 
Contribution Setup Guide it shows 404 page


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-01-31 Thread via GitHub


AshharAhmadKhan commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-3830412302

   Hi @davidzollo,
   I’ve submitted a PR for the Socket connector: #10432, which implements 
multi-table sink support.
   I’m happy to address any feedback or follow up with improvements if needed.
   Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-01-31 Thread via GitHub


davidzollo commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-3830364125

   If you'd like to implement these connector features, please leave a related 
message like `I'd like to implement XX multi-table sink` and then you can 
submit your PR within four weeks. 
   
   A very kindly reminder: Other guys can pick it up if the related PR is not 
submitted within four weeks. ^-^
   
   Here are some helpful resources to get started:  
   - [Contribution Setup 
Guide](https://seatunnel.apache.org/docs/contribution/setup)  
   - [Code Submission 
Guide](https://seatunnel.apache.org/community/submit_guide/submit-code)  
   
   By the way, since this might be your first contribution, I think we can have 
a more in-depth communication to help you get familiar with SeaTunnel. Feel 
free to contact me on LinkedIn ([David 
Zollo](https://www.linkedin.com/in/davidzollo)) . When adding me, please let me 
know your GitHub ID. I'd be happy to assist you!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] [Feature][Connector] Implement multi-table sink support for connectors [seatunnel]

2026-01-31 Thread via GitHub


Best2Two commented on issue #10426:
URL: https://github.com/apache/seatunnel/issues/10426#issuecomment-3828942634

   Hi @davidzollo 
   I would like to work on AmazonDynamodb, I have a very good experience in 
some java-like programming languages that uses OOP paradigm, also I have a good 
expereience with AWS.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]