Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanclry committed Feb 10, 2023
1 parent b8cfb51 commit 513e7e3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This microservice allows sending and receiving messages via FIX protocol
+ *sessions* - list of session settings
+ *maxBatchSize* - max size of outgoing message batch (`1000` by default)
+ *maxFlushTime* - max message batch flush time (`1000` by default)
+ *batchByGroup* - batch messages by group instead of session alias and direction (`true` by default)
+ *publishSentEvents* - enables/disables publish of "message sent" events (`true` by default)
+ *publishConnectEvents* - enables/disables publish of "connect/disconnect" events (`true` by default)

Expand Down Expand Up @@ -226,7 +225,6 @@ spec:
custom-config:
maxBatchSize: 1000
maxFlushTime: 1000
batchByGroup: false
publishSentEvents: true
publishConnectEvents: true
sessions:
Expand Down Expand Up @@ -284,12 +282,28 @@ spec:
settings:
storageOnDemand: false
queueLength: 1000
- name: outgoing
- name: incoming_messages
connection-type: mq
attributes:
- publish
- store
- raw
filters:
- metadata:
- field-name: direction
expected-value: FIRST
operation: EQUAL
- name: outgoing_messages
connection-type: mq
attributes:
- publish
- store
- raw
filters:
- metadata:
- field-name: direction
expected-value: SECOND
operation: EQUAL
extended-settings:
externalBox:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation 'com.exactpro.th2:netty-bytebuf-utils:0.0.1'
implementation ('com.exactpro.th2:conn-dirty-tcp-core:2.0.5') {
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
because 'Projects should use only slf4j-api, without coupling to a sertain implementation'
because 'Projects should use only slf4j-api, without coupling to a certain implementation'
}

implementation 'org.slf4j:slf4j-api'
Expand Down

0 comments on commit 513e7e3

Please sign in to comment.