Bifrost Document

Version 1.6.x

Bifrost ---- A heterogeneous middleware which can synchronize MySQL binlog data To Redis,MongoDB,ClickHouse...

HTTP

In the case of the HTTP push plug-in, Bifrost pushes data to the specified URL server as an HTTP POST request, supporting HTTP Authorization

 

URL example

http://10.40.2.41:3332/bifrost_http_api_test

The URL request must support both GET and POST requests

The GET request is only used when adding toServer to Check if the URL is valid

POST requests are used when pushing data. Such as INSERT, UPDATE, DELETE, SQL and other events will be POST request data

 

http_server example

https://github.com/brokercap/Bifrost/blob/master/plugin/http/example/http_server/http_server.go

Last updated on 29 Jan 2021
Edit on GitHub