Giter VIP home page Giter VIP logo

smpp-kafka-producer's Introduction

SMPP Kafka Producer

This is a Kafka Producer that reads SMPP protocol messages, and publishes to Kafka topics.

The SMPP (Short Message Peer-to-Peer) protocol is an open, industry standard protocol designed to provide a flexible data communications interface for the transfer of short message data between External Short Message Entities (ESME), Routing Entities (RE) and Message Centres (MC). It is a means by which applications can send SMS messages to mobile devices and receive SMS from mobile devices.

This is done using an SMPP connection with a Short Message Service Center (SMSC), SMS gateway, SMPP gateway or hub.

Supports SMPP versions 3.x and 5

Image description

Read More about SMPP Protocol

Pre-requisites

Additionally, you can write your re-use the test server under com.subhadipmitra.code.module.ServerMainTest

SMS and Kafka Payloads

You may want to update the object mappers for the SMS text and Kafka JSON payload.

Update com.subhadipmitra.code.module.models

Compile and Run

  1. Clone Repository git clone https://github.com/bassrehab/smpp-kafka-producer.git

  2. Change Folder cd smpp-kafka-producer

  3. Optional, upgrade dependencies mvn versions:display-dependency-updates

  4. Compile mvn clean package

  5. Update Kafka Configs (Update Kafka for SASL/SSL configs) settings/config.properties

  6. Update SMPP Server Configs settings/context.xml

  7. Output Directory out/smpp-producer

  8. Run sh run.sh

License

Read LICENSE.md

smpp-kafka-producer's People

Contributors

bassrehab avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

smpp-kafka-producer's Issues

kafka producer after smpp messages being sent?

Hi,
Trying to understand the scope of this. Does it send SMS to SMPP and then produces the DLRs + Sent SMS data to kafka? Or is it only for producing to kafka for incoming messages received by the SMPP Server?

Thanks in advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.