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

JDBC connection and a Hazelcast client interoperability #220

Open
viliam-durina opened this issue Feb 3, 2023 · 0 comments
Open

JDBC connection and a Hazelcast client interoperability #220

viliam-durina opened this issue Feb 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@viliam-durina
Copy link
Contributor

The JdbcConnection encapsulates a HZ client instance. If the user wants to use a HZ feature not available through JDBC, he has to open a new HazelcastInstance. There should be a way to do that with a single HazelcastInstance.

We should consider adding one or both of these:

  • public API to get HazelcastInstance from a JdbcConnection
  • add ability to create a JDBC Connection by providing a HazelcastInstance.

The latter is even preferable to handle special cases when we don't expose some setting, so that the user can create a HazelcastInstance himself and then create a JDBC connection by using it.

@viliam-durina viliam-durina added the enhancement New feature or request label Feb 3, 2023
@viliam-durina viliam-durina added this to the 5.3.0 milestone Feb 3, 2023
@degerhz degerhz removed this from the 5.3.0 milestone Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants