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

Create SignalRecord and Signalntent #11295

Closed
skayliu opened this issue Dec 19, 2022 · 0 comments · Fixed by #11296
Closed

Create SignalRecord and Signalntent #11295

skayliu opened this issue Dec 19, 2022 · 0 comments · Fixed by #11296
Assignees
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior version:8.2.0-alpha4 Marks an issue as being completely or in parts released in 8.2.0-alpha4 version:8.2.0 Marks an issue as being completely or in parts released in 8.2.0

Comments

@skayliu
Copy link
Contributor

skayliu commented Dec 19, 2022

Description

Introduce new Signal records, with intents: Broadcast, Broadcasted

Part of
Broadcast a signal using the gRPC API #11196

@skayliu skayliu added the kind/feature Categorizes an issue or PR as a feature, i.e. new behavior label Dec 19, 2022
zeebe-bors-camunda bot added a commit that referenced this issue Dec 22, 2022
11296: Add record, intent, stream and export to elasticsearch for signal r=korthout a=skayliu

## Description

Add record, intent, stream and export to elasticsearch for signal.

## Related issues

<!-- Which issues are closed by this PR or are related -->

closes #11295 



11313: deps(maven): bump netty-bom from 4.1.85.Final to 4.1.86.Final r=Zelldon a=dependabot[bot]

Bumps [netty-bom](https://github.com/netty/netty) from 4.1.85.Final to 4.1.86.Final.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/netty/netty/commit/cde0e2d0508013c57612f7241a6660010fa7116c"><code>cde0e2d</code></a> [maven-release-plugin] prepare release netty-4.1.86.Final</li>
<li><a href="https://github.com/netty/netty/commit/fe18adff1c2b333acb135ab779a3b9ba3295a1c4"><code>fe18adf</code></a> Merge pull request from GHSA-hh82-3pmq-7frp</li>
<li><a href="https://github.com/netty/netty/commit/cd91cf3c99123bd1e53fd6a1de0e3d1922f05bb2"><code>cd91cf3</code></a> Merge pull request from GHSA-fx2c-96vj-985v</li>
<li><a href="https://github.com/netty/netty/commit/7cc84285ea6f90f6af62fa465d1aafbbc497e889"><code>7cc8428</code></a> fixing some naming and typos that caused wrong value to be updated (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13031">#13031</a>)</li>
<li><a href="https://github.com/netty/netty/commit/22d31519bc3fe34973a59b0fb43bbd580906388f"><code>22d3151</code></a> Save promises type pollution due to interface type checks (<a href="https://github-redirect.dependabot.com/netty/netty/issues/12980">#12980</a>)</li>
<li><a href="https://github.com/netty/netty/commit/1baf9ef2f1f9da2b6965fb76e0562f344f895d6e"><code>1baf9ef</code></a> Enable SocketHalfClosedTest for epoll (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13025">#13025</a>)</li>
<li><a href="https://github.com/netty/netty/commit/91527ff889384b436a21de4c2293ff3e915b0781"><code>91527ff</code></a> Correctly handle unresolvable InetSocketAddress when using DatagramChannel (#...</li>
<li><a href="https://github.com/netty/netty/commit/b64a6e22b2f410d3092f4a2e9f8edcf8c51262b2"><code>b64a6e2</code></a> Revert#12888 for potential scheduling problems (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13021">#13021</a>)</li>
<li><a href="https://github.com/netty/netty/commit/3bff0bee692b5bcb67f8fe5f900d2e899a7fa1f8"><code>3bff0be</code></a> Replace LinkedList with ArrayList (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13016">#13016</a>)</li>
<li><a href="https://github.com/netty/netty/commit/d24defcdd901a437fd482d9c86cc181f6f93c01b"><code>d24defc</code></a> WebSocketClientHandshaker: add public accessors for parameters (<a href="https://github-redirect.dependabot.com/netty/netty/issues/13009">#13009</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/netty/netty/compare/netty-4.1.85.Final...netty-4.1.86.Final">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-bom&package-manager=maven&previous-version=4.1.85.Final&new-version=4.1.86.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- ``@dependabot` rebase` will rebase this PR
- ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it
- ``@dependabot` merge` will merge this PR after your CI passes on it
- ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it
- ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging
- ``@dependabot` reopen` will reopen this PR if it is closed
- ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Co-authored-by: skayliu <skay463@163.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
zeebe-bors-camunda bot added a commit that referenced this issue Dec 22, 2022
11296: Add record, intent, stream and export to elasticsearch for signal r=korthout a=skayliu

## Description

Add record, intent, stream and export to elasticsearch for signal.

## Related issues

<!-- Which issues are closed by this PR or are related -->

closes #11295 



Co-authored-by: skayliu <skay463@163.com>
zeebe-bors-camunda bot added a commit that referenced this issue Dec 22, 2022
11281: feat(gateway): add gateway api for standalone decision evaluation r=koevskinikola a=koevskinikola

## Description

Expose the new `EvaluateDecisionProcessor` in the engine through the Gateway API.

## Related issues

closes #11047, closes #11050



11296: Add record, intent, stream and export to elasticsearch for signal r=korthout a=skayliu

## Description

Add record, intent, stream and export to elasticsearch for signal.

## Related issues

<!-- Which issues are closed by this PR or are related -->

closes #11295 



Co-authored-by: Nikola Koevski <nikola.koevski@camunda.com>
Co-authored-by: skayliu <skay463@163.com>
zeebe-bors-camunda bot added a commit that referenced this issue Dec 22, 2022
11296: Add record, intent, stream and export to elasticsearch for signal r=korthout a=skayliu

## Description

Add record, intent, stream and export to elasticsearch for signal.

## Related issues

<!-- Which issues are closed by this PR or are related -->

closes #11295 



Co-authored-by: skayliu <skay463@163.com>
@koevskinikola koevskinikola added the version:8.2.0-alpha4 Marks an issue as being completely or in parts released in 8.2.0-alpha4 label Feb 8, 2023
@npepinpe npepinpe added the version:8.2.0 Marks an issue as being completely or in parts released in 8.2.0 label Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes an issue or PR as a feature, i.e. new behavior version:8.2.0-alpha4 Marks an issue as being completely or in parts released in 8.2.0-alpha4 version:8.2.0 Marks an issue as being completely or in parts released in 8.2.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants