-
Notifications
You must be signed in to change notification settings - Fork 220
BigQuery Consumer #1964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BigQuery Consumer #1964
Conversation
adamallegro
commented
Jun 17, 2025
- BigQuery sender leveraging Storage Write API JsonStreamWriter/SchemaAwareStreamWriter depending on topic's content type
- bigquery-sender : Actualization of .gitignore
- TANGO-2124-unit-tests : Stable unit tests (TANGO-2124-unit-tests : Stable unit tests #1895)
- TANGO 2130 (TANGO 2130 #1903)
- TANGO-2171-bq-types-fix : Fixed Avro to bq converter type
- TANGO-2171-bq-types-fix : Checkpoint where on intel works, on m3 does not
- TANGO-2171-bq-types-fix : Removed allegro code
- TANGO-2171-bq-types-fix : Removed unused repo urls
- Fixed port number and merged with master
- Fixed schema registry port
- TANGO-2508 - Initial commit
- TANGO-2508 : deadletter with props and metrics without alle componenets
- TANGO-2508 : After moving files to other project
- TANGO-2508 : Added rootCause to dead message
- TANGO-2508 : Unit tests for GoogleBigQuery exception
- TANGO-2508 : Deadletter creators - fools proof
- TANGO-2508 : Added unit tests
- TANGO-2508 : Custom message for Failed Append Exception
- TANGO-2508 : Added unit tests for deadletter
…wareStreamWriter depending on topic's content type
* TANGO-2130 : Tests for primitive types * TANGO-2130 : Array and Map primitives - tests * TANGO-2130 : Checkpoint after primitives * TANGO-2130 : Unit tests for records and for simple type mappings * TANGO-2130 : Updated and refactored tests * TANGO-2130 : Fixes after review
d5185fe to
6e74672
Compare
| return Executors.newScheduledThreadPool(googleBigQueryThreadPoolProperties.getPoolSize()); | ||
| } | ||
|
|
||
| public java.util.concurrent.ScheduledExecutorService getExecutorService() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: unnecessary full package ref to ScheduledExecutorService
|
|
||
| @Test | ||
| void 'should convert array primitive types'() { | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: new line before the given section is rather redundant and not consistent with the other tests in the repo
43cde0b