ahmetsefa/i2i-evrencell-abmf

By ahmetsefa

Updated 7 months ago

docker image of ABMF module of evrencell project

Image
Message Queues

74

This image is AMBF(Account Balance Management Function) module of Evren-Cell OCS(Online Charging System Project). This module listens a kafka topic, consumes balance messages and updates the oracle database with the balance information in the message.

sample run command:
docker run -p 8080:8080 -e ORACLE_URL="jdbc:oracle:thin:@35.159.175.125:1521:xe" -e ORACLE_USERNAME="C##ABMF" -e ORACLE_PASSWORD="aYk276" -e KAFKA_URL="149.79.219.126:9092" ahmetsefa/i2i-evrencell-abmf:latest

Docker Pull Command

docker pull ahmetsefa/i2i-evrencell-abmf