openBackhaul / RegistryOffice

Apache License 2.0
2 stars 8 forks source link

To include the latest attributes in the PromptForBequeathingDataCausesTransferOfListOfAlreadyRegisteredApplications callback #534

Closed PrathibaJee closed 8 months ago

PrathibaJee commented 9 months ago

PromptForBequeathingDataCausesTransferOfListOfAlreadyRegisteredApplications is a forwarding using which the data of the registered application in the old release will be transferred to a new release.

In future , if a new version 3.0.0 is getting deployed , then, this 2.1.0 version will transfer the registered application to the 3.0.0 version of the application.

In this forwarding PromptForBequeathingDataCausesTransferOfListOfAlreadyRegisteredApplications , currently we have the following attributes in the callback ,

application-name:
release-number:
preceding-application-name:
preceding-release-number:
embedding-operation:
dispose-remainders-operation:
client-update-operation:
operation-client-update-operation:
tcp-server:

Proposal :

  1. Shall we also include the following 2 attributes in the properties,
- preceding-release-operation
- subsequent-release-operation
  1. Also shall we make the following attributes as required ,
- application-name
- release-number
- embedding-operation
- client-update-operation
- operation-client-update-operation
- dispose-remainders-operation
- preceding-release-operation
- subsequent-release-operation
- tcp-server
openBackhaul commented 8 months ago

Changed as proposed.