1
0
mirror of synced 2025-12-19 10:00:34 -05:00

6 Commits

Author SHA1 Message Date
Edward Gao
39b32b33a6 Bulk CDK: Rename stuff to prevent conflicts (#46650) 2024-10-09 00:12:35 +03:00
Johnny Schmidt
fe77c7d728 Bulk Load CDK Stream Incomplete Prep Refactor: Memory manager provide… (#46386) 2024-10-05 20:39:18 +00:00
Marius Posta
b9ab3d1a90 migrate everything from java 17 to java 21 (#35103) 2024-02-09 19:26:19 -06:00
Aaron ("AJ") Steers
da32fc86bf 🚀 Launch Java CDK v0.1.0 (PR #30383)
- Launch Java CDK `v0.1.0`. 🚀
- Remove `airbyte-docker` gradle plugin from java connectors.
- Add `airbyte-java-connector` gradle plugin.
- Remove `airbyte-commons` from global build.gradle.
- Add `/publish-java-cdk` slash command.
- Initial launch of `/airbyte-ci` slash command to test connectors.
2023-09-27 15:46:02 -07:00
Davin Chia
eeedd64ac9 Introduce Default Replication Worker Performance Test Harness (#20956)
Introduce a performance test harness for the default replication worker to make it easy for devs to test effect of changes on platform throughput.

The current set up is designed to be run manually. In the future, we can look into integrating this report into our build pipelines. For now, this is good enough as I wanted to start somewhere.

The general idea is to use JMH to run the test n number of times (currently 4 times). The dev can then look at logs to see throughput and how it varies.

As of this PR, we see general platform throughput of ~ 20 - 25 MB/s.
2023-01-05 14:22:47 -08:00
Charles
5fde59fdbd add spotbugs (#10522) 2022-03-11 12:05:17 -08:00