Skip to content

Commit

Permalink
Upgrade version for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajjangid05 committed Jun 2, 2023
1 parent a657116 commit 95da03c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.uci</groupId>
<artifactId>outbound</artifactId>
<version>2.2.6</version>
<version>2.2.7</version>
<name>outbound</name>
<description>outbound</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ public void onMessage() {
reactiveKafkaReceiver
.doOnNext(this::logMessage)
.flatMap(this::sendOutboundMessage)
// .onBackpressureBuffer()
// .bufferTimeout(1000, Duration.ofSeconds(5))
// .flatMap(this::persistToCassandra)
.onBackpressureBuffer()
.bufferTimeout(1000, Duration.ofSeconds(10))
.flatMap(this::persistToCassandra)
.doOnError(this::handleKafkaFluxError)
.subscribe();
} catch (Exception ex) {
Expand Down

0 comments on commit 95da03c

Please sign in to comment.