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

RPC, synchron, asynchron richtig einordnen. #41

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

mikesperber
Copy link
Contributor

Die vorige Einordnung war weitgehend falsch.

Aus #26.

Die vorige Einordnung war weitgehend falsch.

Aus isaqb-org#26.
. Die Teilnehmer sollten verstehen, dass synchrone Kommunikation, zum
Beispiel durch RPC, zeitliche Kopplung bedingt. Asynchrone
Kommunikation ermöglicht, diese Kopplung aufzuweichen und erlaubt
unter Umständen, dass ein System Fortschritt macht, ohne dass die
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
unter Umständen, dass ein System Fortschritt macht, ohne dass die
unter Umständen, dass ein System den Request oder die Berechnung weiter bearbeiten kann, ohne dass die

Copy link
Contributor Author

Choose a reason for hiding this comment

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

"Fortschritt" ist eigentlich ein technischer Terminus, aber OK. Follow-up-PR kommt.

Beispiel durch RPC, zeitliche Kopplung bedingt. Asynchrone
Kommunikation ermöglicht, diese Kopplung aufzuweichen und erlaubt
unter Umständen, dass ein System Fortschritt macht, ohne dass die
Antworten auf alle Anfragen schon vorliegen. Entkopplung lässt sich
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Antworten auf alle Anfragen schon vorliegen. Entkopplung lässt sich
asynchron an Backend-Systeme geschickten Anfragen bereits von diesen beantwortet wurden. Entkopplung lässt sich

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK.

Kommunikation ermöglicht, diese Kopplung aufzuweichen und erlaubt
unter Umständen, dass ein System Fortschritt macht, ohne dass die
Antworten auf alle Anfragen schon vorliegen. Entkopplung lässt sich
außerdem durch selektive Kommunikation erreichen.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
außerdem durch selektive Kommunikation erreichen.
außerdem durch bewusste, selektive Kommunikation erreichen.

Antworten auf alle Anfragen schon vorliegen. Entkopplung lässt sich
außerdem durch selektive Kommunikation erreichen.
. Die Teilnehmer verstehen, dass bei der Verwendung von Messaging
gegenüber dem Aufruf lokaler Funktionen Verfügbarkeit und
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
gegenüber dem Aufruf lokaler Funktionen Verfügbarkeit und
und der Kommunikation mit anderen System im Vergleich zum Aufruf lokaler Funktionen, die Verfügbarkeit und die

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK.

. Die Teilnehmer verstehen, dass bei der Verwendung von Messaging
gegenüber dem Aufruf lokaler Funktionen Verfügbarkeit und
Antwortzeiten des Systems beeinträchtigt werden können.
. Die Teilnehmer wissen, dass es für Messaging Middleware gibt, die
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
. Die Teilnehmer wissen, dass es für Messaging Middleware gibt, die
. Die Teilnehmer wissen, dass es für Messaging sog. Message-Oriented Middleware gibt, die

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK.

gegenüber dem Aufruf lokaler Funktionen Verfügbarkeit und
Antwortzeiten des Systems beeinträchtigt werden können.
. Die Teilnehmer wissen, dass es für Messaging Middleware gibt, die
bestimmte Aufgaben erleichtert. Nachrichten können optional
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
bestimmte Aufgaben erleichtert. Nachrichten können optional
bestimmte Garantien gibt und dem Entwickler viele Aufgaben erleichtert. Nachrichten können optional

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, bis auf die geschlechtergerechte Sprache.

@aheusingfeld aheusingfeld merged commit 4776c74 into isaqb-org:main Sep 6, 2024
mikesperber added a commit to mikesperber/curriculum-flex that referenced this pull request Sep 10, 2024
mikesperber added a commit to mikesperber/curriculum-flex that referenced this pull request Sep 10, 2024
aheusingfeld added a commit that referenced this pull request Nov 12, 2024
Review comments, English translation for PR #41.
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.

2 participants