Open cjea opened 4 years ago
Just a drive-by, haven't considered your other questions!
This is where you update the Reslang version: https://github.com/LiveRamp/reslang/blob/master/src/main.ts#L21
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and 0 Security Hotspots to review)
0 Code Smells
No Coverage information
0.0% Duplication
Since this introduces a breaking change, it might be best not to merge this until we can get more fixes into the current major version. This puts us in a really tough spot.
Issue: https://github.com/LiveRamp/reslang/issues/126
Use
/
instead of.
to separate the namespace from the rest of the topic name.Open questions:
/
count as a valid topic name in terraform?EDIT:
terraform plan
doesn't complain about the DOT (.
) separators either.Maybe the above line does not guarantee that SLASH (
/
) is valid.name/space
intoname-space
in the previous code?kebabCase
/snakeCase
function worked.