Skip to content

Big increase in login activities when adding a new topic to be synced #1069

@keatmin

Description

@keatmin

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.
Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions