
Java Database Connectivity
19
MENTIONS
8
EPISODES
7
PODCASTS
Search complete. 19 mentions across 8 episodes found for "Java Database Connectivity".
Sep 20, 2026
Kestra 2.0 Self-Hosting Strategy and Architecture
S
14:54speaker_1HOST
It isn't just a passive storage locker where it writes a log entry when a flow finishes.
S
14:58speaker_1HOST
Kestra uses the relational database as an active message queue broker via JDBC polling.
S
15:03speaker_0HOST
Wait, using a database as a message queue? I thought that was what things like RabbitMQ or Redis were for.
S
15:10speaker_0HOST
How does a database act as a queue?
Ep 54 - Zero Day, Zero Patience, Admin Tokens in Three Days Flat
K
18:10Kurt HandelHOST
Well, I mean, on the, on the, the paper cut one, it...
K
18:12Kurt HandelHOST
From what I read, it exploited a, like the JDBC driver, so the authentication mechanism, and completely bypassed it.
K
18:21Kurt HandelHOST
So as long as you could hit the server, you could then- ... essentially bypass the mech, the, the authentication, get access, or, or an RCE so you have route, or you'll have, you have access to the actual server, which then attackers were using that to pivot within the environments.
K
18:37Kurt HandelHOST
And they had detected, what was it, Huntress? I think Huntress had detected that there were, like, already couple people already breached from this.
September 4th 2026 - Google Cloud Update
S
5:26speaker_0HOST
If you're building pipelines, you can now create, store, and manage them in Git folders in Preview, while regular folder storage for pipelines has reached general availability.
S
5:38speaker_0HOST
For developer tooling, the Rust SDK for BigQuery is in Preview, and there's an updated Simba JDBC driver available.
S
5:47speaker_0HOST
Also, a quick bug fix, Google has restored support for configuring daily token quotas for BigQuery generative AI functions.
S
5:57speaker_0HOST
Let's check in on Looker and Looker Studio.
Databases, AI Agents and Death by Tooling - Michael Simons | The Marco Show
M
14:13Michael SimonsGUEST
It's kind of a middle ground.
M
14:15Michael SimonsGUEST
You can just throw in your SQL statement and it takes away all the pain that JDBC API can be in terms of exception handling, in terms of not having name parameters and the like.
M
14:26Michael SimonsGUEST
So there's always kind of a gray area to pick one.
M
14:30Michael SimonsGUEST
Yeah.
35 MINS LATER
M
49:12Michael SimonsGUEST
What do you work on there at the moment? I started from the outside, object mapping, spring data integration.
M
49:22Michael SimonsGUEST
For the last two years, it was great work digging out decades-old technology again.
M
49:31Michael SimonsGUEST
You and I both have a history of doing stuff with JDBC, Java Database Connectivity.
M
49:37Michael SimonsGUEST
Mostly, it's dealt with in terms of relational databases, but There's a lot of references to SQL and SQL CLI in there, but nothing in JDBC claims you can only use this with relational databases.
Your IoT Devices Might Be a Chinese Spy's Front Door
C
11:22CyberRiskHOST
the following day.
C
11:24CyberRiskHOST
Early indicators of compromise include alerts involving PC-app.exe, post-exploitation activity, missing or truncated server.log files, and specific JDBC or database utils error strings in your logs.
C
11:42CyberRiskHOST
Paper cut print servers have a grim precedent.
C
11:46CyberRiskHOST
Prior paper cut flaws were abused by CLOP and lock bit affiliates and a compromised application server is a ready made foothold for lateral movement and ransomware because it sits at the intersection of user networks and sensitive document workflows.
C
12:46CyberRiskHOST
So a fresh zero day should be handled as an assumed compromised event for internet facing instances.
C
12:53CyberRiskHOST
What should you do if you're running Papercut NG or MF? Apply the emergency patch for version 25, especially version 25 release 2 immediately and restrict the application server's web interface to trusted internal IPs via firewall or network ACLs if it was internet-facing.
C
13:13CyberRiskHOST
Hunt the published IOCs for pc-app.exe execution, missing or truncated server.log files, and those JDBC database utility errors in your log files.
C
13:25CyberRiskHOST
Rotate any of the credentials you have with access to the papercut server, even if no IOCs are found, and treat any internet-facing instance you have as potentially compromised, pending a clean hunt.
August 28th 2026 - Google Cloud Update
S
10:55speaker_0HOST
An authenticated attacker could craft malicious JDBC connection parameters to achieve remote code execution in the connector container.
S
11:05speaker_0HOST
Please check your deployments, refer to the security bulletin for the JDBC driver vulnerability, and ensure you are using the updated drivers to avoid privilege escalation.
S
11:16speaker_0HOST
Now on to workflow orchestration.
S
11:19speaker_0HOST
As part of its branding evolution, Cloud Composer is now officially known as the managed service for Apache Airflow.
Building Infrastructure for the Agentic Era
E
30:21Eric KavanaghHOST
And you mentioned MCP.
E
30:23Eric KavanaghHOST
I was just doing some research for another client who actually are the folks that built the ODBC and JDBC drivers 20-odd years ago.
E
30:31Eric KavanaghHOST
So they know a thing or two about data access and provisioning and so forth.
E
30:35Eric KavanaghHOST
A little bit.
An Agent-Ready Data Architecture
E
18:48Eric KavanaghHOST
And as you may know, they own Simba Technologies.
E
18:52Eric KavanaghHOST
And Simba, for those who love the history of our industry, Simba wrote the ODBC and JDBC drivers that are still the workhorses of data management all over creation.
E
19:02Eric KavanaghHOST
Drivers are important.
E
19:03Eric KavanaghHOST
They come in handy for being able to optimize things.