apache / openwhisk-package-kafka

Apache OpenWhisk package for communicating with Kafka or Message Hub
https://openwhisk.apache.org/
Apache License 2.0
33 stars 43 forks source link

Handle URL params gently #370

Closed NikolayStarodubtsev closed 4 years ago

NikolayStarodubtsev commented 4 years ago

Previously url variable has strictly provided "https" protocol, which totally broke feed if "https" was provided in endpoint variable. Add new function based on regex to handle both types with or without protocol.

rabbah commented 4 years ago

Thanks @NikolayStarodubtsev for the contribution. I left some comments and suggestions.