Skip to content

#680: not set bot username as Datafeed tag#738

Merged
symphony-soufiane merged 3 commits intofinos:mainfrom
symphony-soufiane:finos-symphony-java-bdk-680
Dec 9, 2022
Merged

#680: not set bot username as Datafeed tag#738
symphony-soufiane merged 3 commits intofinos:mainfrom
symphony-soufiane:finos-symphony-java-bdk-680

Conversation

@symphony-soufiane
Copy link
Copy Markdown
Contributor

Description

The Datafeed tag is an internal feature and the tag property is optional in the configuration. So far, when no tag is configured, the bot username was used as a tag. This leads to production issues when the tag is an old hanging one. In this PR, we only set the tag in Datafeed calls when it is provided in configuration, otherwise a null value is put. For the same occasion, I corrected the Datafeed documentation with some links returning a 404 page error. The tag property is not documented as it is only internal feature.

The datafeed tag is an internal feature and the tag property is optional in the configuration. So far, when no tag is configured, the bot username was used as a tag. This leads to production issues when the tag is an old hanging one. In this PR, we only set the tag in datafeed calls when it is provided in configuration, otherwise a null value is put.
For the same occasion, I corrected the datafeed documentation with some links returning a 404 page error. The tag property is not documented as it is only internal feature.
Comment thread docs/datafeed.md Outdated
@symphony-soufiane symphony-soufiane merged commit 844bbeb into finos:main Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BDK ability to turn on and off the body tag payload. For datafeed read and create calls.

2 participants