Commit dca41fa0 authored by Shanelle Valencia's avatar Shanelle Valencia

Update warehouse topic name

parent d1017770
Pipeline #1743 failed with stage
in 38 seconds
No preview for this file type
......@@ -25,7 +25,7 @@ public class Sender {
private static final String ORDER_TOPIC = "orders";
private static final String WAREHOUSE_TOPIC = "warehouseManagement";
private static final String WAREHOUSE_TOPIC = "warehouse_management";
public void sendOrderToWarehouse(Order orderObject) {
......
......@@ -4,7 +4,7 @@ kafka.producer.acks=all
kafka.consumer.bootstrap-servers=localhost:9092
kafka.consumer.group-id=group_id
kafka.topic.input=orders
kafka.topic.output=warehouseManagement
kafka.topic.output=warehouse_management
# Config for MailTrap SMTP Mail testing service
spring.mail.protocol=smtp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment