forked from SolaceLabs/solace-ai-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add monitring component * fix: resolve a bug * fix: add sleep time * fix: add sleep time * feat: add readiness and handle excessive logs * fix: handle sleep error * fix: handle sleep error * feat: gracefully exit * feat: set the log back * fix: rename log fields * fix: disabled monitoring * fix: resolve log naming * fix: resolved logging issues * fix: resolve log * fix: resolve log * feat: remove dependency to Langchain * feat: update monitoring * feat: drop error messages when the queue is full * feat: add a text splitter component * feat: updated docs * fix: resolve graceful termination issues * fix: remove payloads from logs * feat: add the forever retry * feat: keep connecting * Feat: add monitoring * feat: replace the reconnection * feat: refactor monitoring * feat: add connection metric * convert connection to async * get metrics enum * add types of metrics * use metrics rather than metric values * fix bug * update type * convert monitoring output to dictionary * fix bug * feat: add connection status * feat: add reconnecting status * feat: add reconnecting log and handled signals * fix: update status * fix: update log * fix: fix bug * fix: fix bug * fix: resolve connection logs * fix: handle threads * fix: update connection state machine * feat: add prefix to the broker logs * fix: synchronize logs with connection attempts * fix: remove datadog dependency * fix: cover an exception * ref: upgrade to latest pubsub and replace a metric * feat: add retry and timeout to litellm * feat: add nack * fix: replace exception with exception type * fix: remove useless exceptions * Create pull_request_template.md * fix: update the default nack * ref: replace nack string status with enumerations * ref: generate docs * ref: remove default value * ref: move common imports to a module * ref: update imports * ref: update import
- Loading branch information
Showing
15 changed files
with
310 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
### What is the purpose of this change? | ||
|
||
### How is this accomplished? | ||
|
||
### Anything reviews should focus on/be aware of? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
# Directory for all common code | ||
# Directory for all common code | ||
from solace.messaging.config.message_acknowledgement_configuration import Outcome as Message_NACK_Outcome |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.