Skip to content

streamnative/pulsar-io-amqp-1-0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMQP1_0 connector

The AMQP1_0 connector is a Pulsar IO connector for exchanging data between AMQP 1.0 and Pulsar. It consists of two types of connectors:

  • AMQP1_0 source connector

    This connector feeds data from AMQP and writes data to Pulsar topics.

  • AMQP1_0 sink connector

    This connector pulls data from Pulsar topics and persists data to AMQP.

Doc

AMQP1_0 connector version Apache Pulsar version Doc
2.7.1.1

2.7.1.2

2.7.1.3
2.7.x - AMQP1_0 source connector

- AMQP1_0 sink connector

Project layout

Below are the sub folders and files of this project and their corresponding descriptions.

├── conf // examples of configuration files of this connector
├── docs // user guides of this connector
├── script // scripts of this connector
├── io-amqp1_0-impl
│   ├── src // source code of this connector
├── tests // integration test
├── src
│   ├── checkstyle // checkstyle configuration files of this connector
│   ├── license // license header for this project. `mvn license:format` can be used for formatting the project with the stored license header in this directory
│   │   └── ALv2
│   ├── spotbugs // spotbugs configuration files of this connector