Skip to content

Commit

Permalink
Enable metadata access to "system" keyspace (for testing purposes)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatu-at-datastax committed Jul 10, 2024
1 parent 0b53fba commit fbd09e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ datastax-java-driver {
}
advanced.metadata {
schema.request-timeout = 10 seconds
schema {
# Let's get metadata for "system" and "system_*" keyspaces
# (copied from default application.conf, removed first 2 entries)
refreshed-keyspaces = [ "!/^dse_.*/", "!solr_admin", "!OpsCenter" ]
}
}
advanced.metrics {
id-generator{
Expand Down Expand Up @@ -62,4 +67,4 @@ datastax-java-driver {
basic.request.timeout = 10 seconds
}
}
}
}

0 comments on commit fbd09e9

Please sign in to comment.