pengzhiwei2018 commented on pull request #2485: URL: https://github.com/apache/hudi/pull/2485#issuecomment-781765517
> I have a curiosity, what will happen if I recreate the source table of streaming? > > For example, I have a tableA and a streaming using tableA as source and tableB as a sink, for any needs I reprocessed tableA, when Spark streaming try to read tableA, what will happen? > > I will try. > > @pengzhiwei2018 Hi @rubenssoto ,do you mean multiple stream jobs consume the same table simultaneously?Yeah, it does not matter with that. Each stream job keeps its own offset state. So the consumers do not influence each other. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
