micronaut-projects / micronaut-projects/micronaut-microstream

Add an annotation for method parameters to show they are to be persisted

Open
#49 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status: awaiting feedback
Dominant language
Java
Stars
3
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Feature description

We should add a new annotation for parameters.

This should be transformed into a Store annotation (like our other annotations)

Should we only support a single argument being annotated?

What about:

void doSomething(
    @StoreParam(name = "customers") List<Customer> customers,
    @StoreParam(name = "people") Person person
) {
    ... modify the customers and the person ...
}

Os this something we want to support @sdelamo ?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the existing annotations that are transformed into Store annotations. Clarify whether multiple method parameters should support the proposed @StoreParam annotation, then define the expected transformation and verify that the annotation works for the shown customers and person parameters.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.