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

changes to service/micro framework #219

Merged
merged 2 commits into from
May 18, 2023
Merged

changes to service/micro framework #219

merged 2 commits into from
May 18, 2023

Conversation

aricart
Copy link
Member

@aricart aricart commented May 17, 2023

  • removed api_url use metadata
  • removed SCHEMA verb, schemas can be reported via the endpoint metadata
  • added metadata on the endpoints report (was missing from the ADR)

- removed `api_url` use `metadata`
- removed `SCHEMA` verb, schemas can be reported via the endpoint metadata
- added `metadata` on the endpoints report (was missing from the ADR)
@aricart aricart requested a review from ripienaar May 17, 2023 17:39
adr/ADR-32.md Outdated
- `endpoint` - an optional base endpoint configuration, consisting of valid NATS subject,
handler and optional request/response schema. The `name` of the base endpoint
should be set to `default` by the client libraries.
- `endpoint` - an optional base endpoint configuration, consisting of valid NATS
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we keep this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope - I already took it out.

adr/ADR-32.md Outdated
handler and optional request/response schema. The `name` of the base endpoint
should be set to `default` by the client libraries.
- `endpoint` - an optional base endpoint configuration, consisting of valid NATS
subject, handler and optional request/response schema. The `name` of the base
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still mentions schema here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the word schema is about the schema for the PING response fields - let me remove that

@aricart aricart requested a review from ripienaar May 17, 2023 19:27
Copy link
Contributor

@ripienaar ripienaar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@Jarema Jarema left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@aricart aricart merged commit 4c94387 into main May 18, 2023
1 check passed
@aricart aricart mentioned this pull request May 18, 2023
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants