Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLAT-10343: Datafeed V2 service implementation #124

Merged
merged 5 commits into from
Feb 16, 2021

Conversation

symphony-hong
Copy link
Contributor

@symphony-hong symphony-hong commented Feb 15, 2021

Draft PR for early review without unittest yet

Ticket

PLAT-10343

Description

Datafeed V2 service implementation.

In the BdkDatafeedConfig class, check if the datafeed.version configuration is
specified. If not, the datafeed version equals v1

In the ServiceFactory class, check if the datafeed version is configured as v2, return
the DatafeedLoopV2 instance. Otherwise, the DatafeedLoopV1 will be used by default.

Implementation the datafeed v2 loop service in DatafeedLoopV2 class

Dependencies

List the other pull requests that should be merged before/along this one.

Checklist

  • Referenced a ticket in the PR title and in the corresponding section
  • Filled properly the description and dependencies, if any
  • Unit tests updated or added
  • Docstrings added or updated
  • Updated the documentation in docs folder

In the BdkDatafeedConfig class, check if the `datafeed.version` configuration is
specified. If not, the datafeed version equals `v1`

In the ServiceFactory class, check if the datafeed version is configured as `v2`, return
the DatafeedLoopV2 instance. Otherwise, the DatafeedLoopV1 will be used by default.

Implementation the datafeed v2 loop service in DatafeedLoopV2 class
@symphony-hong symphony-hong marked this pull request as ready for review February 16, 2021 10:58
@symphony-hong symphony-hong requested a review from a team February 16, 2021 10:58
Copy link
Member

@thibauult thibauult left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to modify https://github.com/SymphonyPlatformSolutions/symphony-api-client-python/blob/2.0/docs/configuration.md?

Just to let appears that DF version can be changed through config.yaml file

Copy link
Member

@thibauult thibauult left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@symphony-hong symphony-hong merged commit 6f2a684 into finos:2.0 Feb 16, 2021
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.

3 participants