Properly set up JPA in BEAM workers (#965)

* Properly set up JPA in BEAM workers

Sets up a singleton JpaTransactionManger on each worker JVM for all
pipeline nodes to share.

Also added/updated relevant dependencies. The BEAM SDK version change
caused the InitSqlPipeline's graph to change.
This commit is contained in:
Weimin Yu 2021-02-22 18:11:32 -05:00 committed by GitHub
parent 8f90b5746a
commit ffe3124ee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
159 changed files with 8896 additions and 7821 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Before After
Before After