DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| ID | IEP-126 |
| Author | |
| Sponsor | |
| Created | 10.09.2024 |
| Status | DRAFT |
When processing data, the user wants to have access to client attributes - an associative array specified on the client application side. Usage scenarios:
CacheInterceptor extracts the user from the session and saves it along with the data).QuerySqlFunction use the same parameter and it is convenient to take it from the context, rather than transfer it separately to each function).The requirements also include:
QuerySqlFunction, CacheInterceptor).Ignite does not have a similar public API:
A similar context mechanism exists in Oracle [1] and is used by some of our customers. Implementing such an API would help users migrate applications from Oracle to Ignite.
// Provide the design of the solution.
// Describe project risks, such as API or binary compatibility issues, major protocol changes, etc.
// Links to discussions on the devlist, if applicable.
// Links to various reference documents, if applicable.
// Links or report with relevant JIRA tickets.