a2aproject / a2aproject/A2A

[Bug]: ListTaskPushNotificationConfig paging is not coherent with ListTasks paging

Open
#1,420 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
25.7k
Forks
2.6k
Avg merge
3d 6h
Merged PRs (30d)
16

Description

### What happened?

In ListTasksRequest, the page size is defined as:
```
// Maximum number of tasks to return. Must be between 1 and 100.
// Defaults to 50 if not specified.
optional int32 page_size = 3;
```
while in ListTaskPushNotificationConfigRequest:

```
// The maximum number of configurations to return.
int32 page_size = 2;
```

I think both should be handled in the same way

### Relevant log output

```shell

```

### Code of Conduct

- [x] I agree to follow this project's Code of Conduct

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.