attached below is the AID for the SDC distributionn client.
the distribution client is a utility provided by SDC to allow distribution of the SDC artifacts to the different components using the Dmaap.
Amsterdam:
Beijing:
attached below is the AID for the SDC distributionn client.
the distribution client is a utility provided by SDC to allow distribution of the SDC artifacts to the different components using the Dmaap.
Amsterdam:
Beijing:
8 Comments
René ROBERT
Hello, what means "AID" ?
Michael Lando
Architecture integration document
Victor Morales
Hey Michael Lando,
Did you upload a nono-pdf version of this document? I have some issues to read it (maybe the font that was used)
Srinivasa Addepalli
Beijing AID is word document. But, I also had similar issues. But, if you download it and open via Microsoft word, it is readable.
Srinivasa Addepalli
Victor Morales and Shashank Kumar Shankar are planning to work on Multi-Cloud K8S plugin. It is planning to be developed in golang. This plugin expected to receive artifacts. Hence, planning to implement logic in this plugin
Is the above document (Beijing AID) good enough to implement logic in golang? It appears that there are HTTP(S) request to register/deregister/download etc.., but how does one get notified? If you could give any guidance, that would be of great help.
Michael Lando
Srinivasa Addepalli this document implies that your are using the sdc distribution client to mange the end point of the notifications.
in case you are not using jave you will need to implement the logic your self.
this includes subscribing to the sdc dmaap topic and sending notifications about the downloaded artifacts.
Srinivasa Addepalli
Thanks @Michael Lando
I
Amanpreet Kaur
Hi Michael Lando
Can we use Bearer Auth token (customized auth token we are fetching from another api call) instead of Basic Auth Token in the Headers ?