Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
For CWM to connect to Kafka using SASL, only username and password are not enough.
How to add Kafka resource with ".jks" key-store file.
Or is there any additional parameter to supply certificate may be in other format?
I have stacked Actions.. One action invoking other actions
Output yang of parent action is referring to child action yang.
But i am unable to get how i can assign output of child action to a leaf in parent output.
If i assign parent output = child ...
During testing found out that NSO actions written in python are single threaded.Same action invoked via mulitple CLIs/REST are invoked sequentially.Understand that CDB is one reason to make it sequential, but we could write actions that do read only ...
Got a requirement to create a NSO action wherein customer want ability to run action to see its dry-run output, before actually committing the action. Is it possible? Any example would be great help.
Hi Larry, Thanks for sharing above way to output dry run output. But i am still missing something.My action(Its not a service) is applying a template. So requirement is to run this action to produce dry-run output before actually applying changes to ...