Snowflake Kafka Connector: 2.5.0
We are currently monitoring login activities for snowflake via Datadog. We noticed when we added a single JDBC source connector, there was a huge jump in login activities by SNOWPIPE_STREAMING_CLIENT_SDK via RSA_KEYPAIR.
This is currently the config, connected to a jdbc source connector with 8 topics/tables refreshing at 10 minutes interval.
{
"snowflake.enable.schematization":"true",
"snowflake.jdbc.map":"tracing:OFF", "tasks.max":"2",
"buffer.flush.time":"120",
"snowflake.ingestion.method":"SNOWPIPE_STREAMING",
"buffer.count.records":"10000"
}
This is the spike login activities when we added more tables.

I am wondering if there's a config on the kafka connector side to pool the logins ? Or something in snowflake ?