Skip to content

rafaelCarinha/formstack-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#FormStack - KAFKA This POC project Exposes an endpoint, that expects a FormStack WebHook api call. The endpoint then sends the call to a Kafka Consumer

###Install Kafka brew install kafka

##Start Zookeeper and Kafka: zookeeper-server-start /usr/local/etc/kafka/zookeeper.properties
kafka-server-start /usr/local/etc/kafka/server.properties

##Producer Console: kafka-console-producer --broker-list localhost:9092 --topic test

##Consumer console: kafka-console-consumer --bootstrap-server localhost:9092 --topic test --from-beginning

##Expose public endpoint on localhost:
https://ngrok.com/download

ngrok http 8080
Copy forwarding url

##Configure Formstack Webhook: Choose a form > Go to Settings > Advanced Settings> Add a Webhook:
Paste the Forwarding url
Choose Content Type: JSON

Submit a form to test!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages