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 | Maksim Timonin |
| 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:
The requirements also include:
Ignite does not have a similar public API:
ServiceCallContext helps solve similar problems, but has several limitations. The main one is that it is only available in calls via the IgniteService API and cannot be used for SQL queries from the jdbc side.
UserAttributes - allows you to set user attributes, but the attribute values are fixed for the entire lifetime of the connection.
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.