Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
order-management-backend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ascend
order-management-backend
Commits
dca41fa0
Commit
dca41fa0
authored
May 13, 2021
by
Shanelle Valencia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update warehouse topic name
parent
d1017770
Pipeline
#1743
failed with stage
in 38 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
.DS_Store
.DS_Store
+0
-0
Sender.java
.../com/afp/ordermanagement/reactivekafkaservice/Sender.java
+1
-1
application.properties
src/main/resources/application.properties
+1
-1
No files found.
.DS_Store
View file @
dca41fa0
No preview for this file type
src/main/java/com/afp/ordermanagement/reactivekafkaservice/Sender.java
View file @
dca41fa0
...
...
@@ -25,7 +25,7 @@ public class Sender {
private
static
final
String
ORDER_TOPIC
=
"orders"
;
private
static
final
String
WAREHOUSE_TOPIC
=
"warehouse
M
anagement"
;
private
static
final
String
WAREHOUSE_TOPIC
=
"warehouse
_m
anagement"
;
public
void
sendOrderToWarehouse
(
Order
orderObject
)
{
...
...
src/main/resources/application.properties
View file @
dca41fa0
...
...
@@ -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
=
warehouse
M
anagement
kafka.topic.output
=
warehouse
_m
anagement
# Config for MailTrap SMTP Mail testing service
spring.mail.protocol
=
smtp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment