You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, migration is one-way (Netscaler to Avi). This needs to be abstracted in the same way I abstracted the sdkfork to allow migration between any load balancer type and future load balancers.
WANT
sdkfork implementation of migration package. This decision must be made based on the mfr value defined in the SdkTarget struct.
The migration package will use load balancer specific ETL functions defined within virtualserver (and dependent packages) versus hard-coded ETL functions currently residing in the migration package.
The text was updated successfully, but these errors were encountered:
Right now, migration is one-way (Netscaler to Avi). This needs to be abstracted in the same way I abstracted the
sdkfork
to allow migration between any load balancer type and future load balancers.WANT
sdkfork
implementation of migration package. This decision must be made based on themfr
value defined in theSdkTarget
struct.virtualserver
(and dependent packages) versus hard-coded ETL functions currently residing in themigration
package.The text was updated successfully, but these errors were encountered: