finos / symphony-bdk-java

The Symphony BDK (Bot Developer Kit) for Java helps you to create production-grade Chat Bots and Extension Applications on top of the Symphony REST APIs.
https://symphony-bdk-java.finos.org
Apache License 2.0
23 stars 68 forks source link

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

Closed symphony-soufiane closed 1 year ago

symphony-soufiane commented 1 year ago

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.