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

Embedded database for cpp client? #373

Open
mlawsonca opened this issue Mar 3, 2021 · 2 comments
Open

Embedded database for cpp client? #373

mlawsonca opened this issue Mar 3, 2021 · 2 comments

Comments

@mlawsonca
Copy link

mlawsonca commented Mar 3, 2021

Is it possible to open an embedded database for the cpp client (or in some other way in a C++ application)? Or is embedding only supported for Java applications?

@tristantarrant
Copy link
Member

Since the actual implementation iof the cache is in Java, it cannot be embedded in a C++ application (at least not easily). Is this for test purposes or do you need an embedded cache for your C++ application ?

@mlawsonca
Copy link
Author

I need an actual embedded cache for my C++ application. I saw infinispan supports a C++ API and supports embedding, but am just confirming it doesn't support both together. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants