docker compose up
Run in background, -d : docker compose up -d
docker compose down
Remove all images and rebuild docker compose down --volumes --remove-orphans --rmi all
to print trace id in logs "--distributor.log-received-traces=true"
I am creating a subscription with billing_cycle_anchor set to first day of next month. Below is the params passed when creating subscription
{
"metadata": {
"tenant_id": "2cf19732-0c7b-42e4-a0a2-90fd9c0e7111"
},
"collection_method": "send_invoice",
"days_until_due": "30",
"backdate_start_date": "1645171200",
"items": {
| # WARNING: This will delete all your topics and kafka storage | |
| # Generate UUID | |
| export KAFKA_CLUSTER_ID=`kafka-storage.sh random-uuid` | |
| # Format storage | |
| kafka-storage.sh format -t $KAFKA_CLUSTER_ID -c ~/Software/kafka_2.13-4.0.0/config/server.properties | |
| # Start Server | |
| kafka-server-start.sh ~/Software/kafka_2.13-4.0.0/config/server.properties |