Skip to content

Commit

Permalink
Merge pull request #19 from fivetran/self-identification
Browse files Browse the repository at this point in the history
add client identity method
  • Loading branch information
ashleycoxley authored Sep 6, 2022
2 parents 65fcb9f + 98f908c commit b0f4bc1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ public BinaryLogClient(String hostname, int port, String schema, String username
this.password = password;
}

public String fivetranClientIdentity() {
return "mysql-binlog-connector-java";
}

public boolean isBlocking() {
return blocking;
}
Expand Down

0 comments on commit b0f4bc1

Please sign in to comment.