Skip to content

Update solace-agent-mesh.md#387

Open
LeahRobert wants to merge 1 commit intoSolaceDev:masterfrom
LeahRobert:patch-1
Open

Update solace-agent-mesh.md#387
LeahRobert wants to merge 1 commit intoSolaceDev:masterfrom
LeahRobert:patch-1

Conversation

@LeahRobert
Copy link
Contributor

@LeahRobert LeahRobert commented Mar 11, 2026

Updated cloud broker description

✨ PR Description

Purpose: Update Solace broker deployment documentation to clarify cloud instance terminology and improve accuracy for users.
Main changes:

  • Changed cloud deployment option description from "self served cloud instance" to "managed-service cloud instance" for technical accuracy

Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Description using Guidelines Learn how

Update cloud broker description
@solacecommunity-bot
Copy link
Collaborator

Thanks for opening up a PR and contributing to our open source codelabs!

Review process Guidelines

Once the PR is opened, tag at least one Technical Reviewer

Technical Reviewer Responsibilities

  • Dry-run technical steps
  • Review technical positioning/messaging
  • Point out typos and potential formatting issues
  • Technical Reviewer(s): "Approve" or "Request Changes" by navigating to the Files changed tab and click on the "Review Changes" drop down
    Review Changes button

Post Technical Review

A member of the Developer Advocate Team will review overall structure and merge into master which will push it to production

Copy link

@gitstream-cm gitstream-cm bot left a comment

Choose a reason for hiding this comment

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

✨ PR Review

LGTM

Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Review using Guidelines Learn how

@gitstream-cm
Copy link

gitstream-cm bot commented Mar 11, 2026

Please mark whether you used Copilot to assist coding in this PR

  • Copilot Assisted

@Mrc0113
Copy link
Collaborator

Mrc0113 commented Mar 11, 2026

@TamimiGitHub can you take a quick look at the preview failing? Per the AI does this fit with the netlify issues you troubleshot recently?

The failure occurred during the npm install step with the error: npm ERR! Cannot read property 'fs' of undefined. This error is common when using an outdated Node.js version with newer npm dependencies.

Solution:
Update the Node.js version from 12.x to at least 16.x in your workflow. In .github/workflows/netlify.yml, replace:

- name: Install node 12.x
  uses: actions/setup-node@v1
  with:
    node-version: 12.16.2

with:

- name: Install Node.js 16.x
  uses: actions/setup-node@v3
  with:
    node-version: 16.x

This should resolve compatibility issues with npm packages and fix the failing job.

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