Skip to content

Commit

Permalink
Fix incorrect merge (confluentinc#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsax authored Apr 26, 2019
1 parent 38e398d commit c0044e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public static class Topics {

private static void createTopics() {
ORDERS = new Topic<>("orders", Serdes.String(), new SpecificAvroSerde<>());
ORDERS_ENRICHED = new Topic<>("orders-enriched", Serdes.String(), new SpecificAvroSerde<>());
PAYMENTS = new Topic<>("payments", Serdes.String(), new SpecificAvroSerde<>());
CUSTOMERS = new Topic<>("customers", Serdes.Long(), new SpecificAvroSerde<>());
ORDER_VALIDATIONS = new Topic<>("order-validations", Serdes.String(), new SpecificAvroSerde<>());
Expand Down

0 comments on commit c0044e7

Please sign in to comment.