pipelinedb / pipeline_kafka

PipelineDB extension for Kafka support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kafka extension function pipeline_kafka.add_broker() always returns success

sfkeller opened this issue · comments

By using the Kafka Extension the function “pipeline_kafka.add_broker ( hostname text )” always returns ’success’ in ANY case. Thus, the PipelineDB user assumes everything went well – which may be not the case at all. It seems that the input string (hostname) is not validated at all (no URL/URN pattern checking ...).