question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Only 20 connectors are returned at most when creating a connection

See original GitHub issue

This is a…


[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Documentation issue or request

The problem

When you install a few extensions that add connectors you’ll quickly find that some connectors vanish from the list of available connectors when you go to create a connection.

With a bit of testing by slowly adding connector extensions I found that the API response for /connectors appears to have a maximum limit of 20.

Expected behavior

All connectors should be returned as the 1st page of the create connection wizard doesn’t do pagination.

Tasks involved / Steps to Reproduce

  1. Open up the browser developer console and look at the network tab, check the “Preview” tab for the HTTP request to /connectors
  2. Add a connector extension, note how the totalCount in the response increases by 1
  3. Add more connector extensions so that you have more than 20 connectors
  4. Note that totalCount stops at 20, and some connectors that were available are now missing.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
gashcrumbcommented, Jul 18, 2018

Yup, can do thanks!

0reactions
gashcrumbcommented, Jul 18, 2018

Created https://github.com/syndesisio/syndesis/issues/3113 to track improving pagination.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Terms and Connectors Searching - Basic Legal Research
The AND connector: The AND connector will return documents containing terms or groups of terms connected by it, regardless of where the terms ......
Read more >
Dataflows considerations and limitations - Power BI
You can only create one cloud connection of a particular path and type, for example, you could only create one SQL plus server/database...
Read more >
4.5 Connector/NET 8.0 Connection Options Reference
Results are still returned in the character set of the result data. Specifies the type of connection to make to the server. Values...
Read more >
Apache Tomcat 8 Configuration Reference (8.5.84)
Connections are queued inside the server socket created by the Connector until a thread becomes available to process the connection. Once ...
Read more >
Build a Community Connector - Google Developers
Create a new Apps Script project; Write the connector code ... Define the fields with getSchema(); Fetch and return data with getData().
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found