Skip to content

terry19850829/kafka-connect-phoenix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-connect-phoenix

Phoenix Sink Connector for Kafka-connect

  • Only supported message format is JSON with schema, make sure you configure kafka producer with appropriate properties
  • This derives table columns based on the schema of the message received
  • Batch 100 records at a time for a given poll cycle

Configurations

Below are the properties that need to be passed in the configuration file:

name data type required description
pqs.url string yes Phoenix Query Server URL [http:\host:8765]
event.parser.class string yes PhoenixRecordParser
topics string yes list of kafka topics.
hbase.<topicname>.table.name string yes Phoenix table name in which records needs to be saved for ''

About

Kafka connect to Apache Phoenix

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%