Add admin operations for cache lifecycle and schema management#142
Open
tristantarrant wants to merge 1 commit intomainfrom
Open
Add admin operations for cache lifecycle and schema management#142tristantarrant wants to merge 1 commit intomainfrom
tristantarrant wants to merge 1 commit intomainfrom
Conversation
cacd190 to
3da0794
Compare
Implement Hot Rod admin operations using exec opcode (0x2B) with predefined @@-prefixed server tasks. Supports cache create, getOrCreate, remove, names, reindex, updateIndexSchema, updateConfigurationAttribute, and Protobuf schema register/remove via @@schemas@createOrUpdate and @@schemas@delete tasks. Also adds AsciiDoc documentation for admin operations and distributed counters, updates Node.js version requirements, and adds a doc generation script.
3da0794 to
cfb532f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
adminproperty to the client with operations for cache lifecycle (create, getOrCreate, remove, names), indexing (reindex, updateIndexSchema), configuration (updateConfigurationAttribute), and Protobuf schema management (registerSchema, removeSchema)@@-prefixed server tasks matching the Infinispan 16.x server APICloses #141
Test plan
npx jasmine spec/infinispan_admin_spec.js— 6 specs, 0 failuresnpx jasmine spec/infinispan_local_spec.js— 36 specs, 0 failures (no regressions)npx eslint lib/infinispan.js spec/infinispan_admin_spec.js— clean