Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0.x]ISPN-14249 add link to kcs with tested column types #10811

Merged
merged 1 commit into from
Apr 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ For example, specify if the cache store is shared with multiple cache instances
. Add a JDBC connection factory so that {brandname} can connect to the database.
. Add a database table that stores cache entries.

//downstream content only
ifdef::downstream[]
[IMPORTANT]
====
Configuring the `string-keyed-jdbc-store` with inappropriate data type can lead to exceptions during loading or storing cache entries.
For more information and a list of data types that are tested as part of the {brandname} release, see link:https://access.redhat.com/solutions/6999841[Tested database settings for {brandname} string-keyed-jdbc-store persistence (Login required)].
====
endif::downstream[]

[discrete]
== JDBC string-based cache store configuration

Expand Down