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

ISPN-6128 Expose ProtoBuf Manager through DMR #3985

Closed
wants to merge 1 commit into from

Conversation

anistor
Copy link
Member

@anistor anistor commented Feb 5, 2016

https://issues.jboss.org/browse/ISPN-6128

Functional tests missing, so far tested manually via CLI.

@anistor anistor added the Preview label Feb 5, 2016
@anistor anistor added this to the 8.2.0.Beta2 milestone Feb 5, 2016
@anistor anistor force-pushed the t_6128_m branch 2 times, most recently from f3096b1 to 560a90a Compare February 8, 2016 08:08
@anistor
Copy link
Member Author

anistor commented Feb 8, 2016

@vblagoje, @tristantarrant I've added operations get-proto-schema-names, get-proto-schema, unregister-proto-schemas on the cache-container. Sample CLI invocations:

./bin/ispn-cli.sh -c '/subsystem=datagrid-infinispan/cache-container=local:get-proto-schema-names'

./bin/ispn-cli.sh -c '/subsystem=datagrid-infinispan/cache-container=local:get-proto-schema(file-name=myfile.proto)'

./bin/ispn-cli.sh -c '/subsystem=datagrid-infinispan/cache-container=local:unregister-proto-schemas(file-names=[myfile.proto])'

The operations for registering proto files were already there:
register-proto-schemas(List file-names, List file-contents)
upload-proto-schemas(List file-names, List file-urls)

Cheers!

@vblagoje
Copy link

vblagoje commented Feb 8, 2016

Integrated with e1cc715 Thanks @anistor

@vblagoje vblagoje closed this Feb 8, 2016
@anistor anistor deleted the t_6128_m branch February 8, 2016 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants